Search Issue Tracker
By Design
Votes
0
Found in
2019.3.0a4
2019.3.0a12
Issue ID
1177831
Regression
Yes
Android apk Build succeeds while Build and Run does not, although same errors are thrown in both scenarios
To reproduce:
1. Open the user's attached project
2. Attempt to Build an Andoird apk
3. After the build succeeds, attempt to Build and Run
Expected result: The build completes successfully
Actual result: The build fails
Reproduced with: 2019.3.0a4, 2019.3.0b5, 2020.1.0a4
Not reproduced with: 2019.2.7f2, 2019.3.0a3
Two instances of the following error are thrown while attempting both builds:
Component could not be loaded when loading game object. Cleaning up!
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Trees painted on a Terrain are not affected by any Wind Zone when those trees are part of an LOD Group
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
Resolution Note:
Build & Run uses the BuildOption.StrictMode which fails the build if any errors occurred during the build process. Build however does not use this option for legacy reasons.