Dev Eval
DashboardEngineersReposCommits
wishwish-unity-v2·2026-04-23·Dmitry

Rebuild StreamingAssets so audio clips get picked up

109ebfb0774323bbe2c73258f8065824aa8d8539View on GitHub
Lines Added
+470
Lines Deleted
-470
Files Changed
187
Committed At
2026-04-23 17:53:03
Message
By setting YooAsset BuildinFileCopyOption to ClearAndCopyAll on my machine, (stored in in EditorPrefs)
Previously it was set to None, which meant Tools/Platform/Packaging YooAsset + Ios Project rebuilt bundles into Bundles/iOS but never refreshed StreamingAssets/yoo.
Script-only changes still shipped fine (compiled into the binary), but any change that affected bundle content - e.g. adding new serialized fields to a MonoBehaviour on a bundled prefab - silently shipped stale bundles and the new data appeared null on device.
Reachable From
Branches that include this commit at the time of last fetch
jolly-uaal