[Unity] MissingMethodException: Default constructor not found for type UnityEngine.ResourceManagement.AsyncOperations.ProviderOperation
[Unity] MissingMethodException: Default constructor not found for type UnityEngine.ResourceManagement.AsyncOperations.ProviderOperation
2022/08/08 15:42:39
問題
MissingMethodException: Default constructor not found for type UnityEngine.ResourceManagement.AsyncOperations.ProviderOperation…
解決方法
在 Build 出執行檔之前忘記要先去 Addressables 打包資源。
打開 Addressables 管理視窗 (Window > Asset Management > Addressables > Groups),選擇 Build > New Build。
再進行正常 Build 流程,一切如常。