Search Issue Tracker
Not Reproducible
Votes
1
Found in
5.4.0b11
Issue ID
784524
Regression
Yes
Build fails returning serialization errors when building after reimporting all files
How to reproduce:
1. Open the attached project
2. Right Mouse Click on Assets folder and select Reimport All
3. After it is done, build windows player
Actual: Build fails returning serialization error "Error building Player: get_isActiveAndEnabled is not allowed to be called during serialization, call it from Awake or Start instead. Called from MonoBehaviour 'Text' on game object 'Placeholder'.See "Script Serialization" page in the Unity Manual for further details."
Expected: Build succeeds since the first attempt to build
Workaround: Try building again, after it failed. Second time it will work.
Not reproducible: 5.4.0b9
Comments (1)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
goat
Apr 18, 2016 06:52
OK, then got the same effect as a 'Reimport All' by switching platforms from WebGL to Windows Store. The 1st attempt to build failed with the error cited above; however the 2nd attempt to build caused another reimport to start and finish and this time the Windows Store build succeeded. I think it is somehow related to how much free memory I have.
Thanks.