Search Issue Tracker
Duplicate
Votes
0
Found in
2017.2.0b2
Issue ID
923683
Regression
Yes
Clicking on a prefab while in play mode calls Awake on that prefab continuously
Clicking on a prefab while in play mode calls Awake on that prefab continuously
Repro Steps:
- Download the Tanks project form the asset store: http://u3d.as/jH2 (or used the attached project)
- click play
- while in play mode navigate to -Complete_Assets/Prefabs and click on the CompleteTank to inspect it
notice the scene getting spammed with inactive tank explosions (which are called don Awake() in the TankHealth.cs script.
You can go further and add a Debug to TankHealth.cs in the Awake() function to see how many times it gets called.
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
- Terrain Tree cast Realtime and Baked shadows simultaneously when "Mixed" Light mode and "Subtractive" Baked Illumination is used in Edit mode
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
This is a duplicate of issue #916482