Search Issue Tracker
Fixed in 2018.3.X
Votes
1
Found in
5.3.4f1
Issue ID
802302
Regression
No
Errors are thrown when instantiating a prefab that is referenced with WeakReference for a second time in another loaded scene
Steps to reproduce:
1. Open attached project
2. Open and play 'Scene1'
3. Click 'Load' to instantiate a prefab
4. Click 'Scene2' to load the second scene
5. Click 'Load' to instantiate the prefab again
6. Notice the following errors are thrown to the console:
> GameObject (named 'ui_prefab_test') references runtime script in scene file. Fixing!
> GameObject (named 'Fantasy Atlas') references runtime script in scene file. Fixing!
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Foldout arrow indent is misaligned in the Inspector when used for Arrays or Lists
- Material import pipeline strips properties when it is added with a script
- 'Shader warning in 'Hidden/HDRP/DebugFullScreen': HLSLcc: Large chunk of constant data detected' after building HDRP project
- [Android] An app reload is required to fill the whole Viewport when unfolding a Pixel Fold device with the Allowed-Orientations set to only Landscape
- [OpenGL][PowerVR] The screen behind the Canvas is rendered white when an Overlay Camera is rendering the Canvas in the Player
Add comment