Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
2017.2.0a2
Issue ID
917248
Regression
Yes
[Regression] Calling Destroy() method in Awake for Networking objects is not allowed anymore
Starting from 2017.2.0a2 when you spawn Networking object (spawnable object) and call Destroy() in Awake method - it gives error
Could be not Multiplayer problem... but happens with spawned objects (using Networking)
How we can reproduce it using the example you attached
1 Open attached project
2 Open scene Offlinescene
3 Press Play
4 Press "Lan Host" button
5 Press "S" key on the keyboard
Actual result:
error appears
"Destroying object "Capsule(Clone)" is not allowed at this time.
UnityEngine.Object:Destroy(Object, Single)"
Expected result:
it was always allowed in previous versions, so probably should be allowed in this build as well ...
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
Add comment