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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.