Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.2p3
Issue ID
770014
Regression
No
[MSE] UI object created from right-click menu created in wrong scene
Steps to reproduce:
1. Download and open attached project "MSE_Create_Problem.zip"
2. Open the Scenes/UI scene
3. Drag in Scenes/main so you are now utilizing Multi Scene Editing. UI is the active scene, main is loaded but not the active scene
4. Right-click "main" scene in the Hierarchy window
5. Navigate to GameObject -> UI -> and select Panel
Actual result: The panel is created in the "UI" scene instead of the "main" scene
Expected: Panel gets created in "main" scene
Workaround: Drag the new panel from one scene to another in hierarchy
Tested and reproduced in:
Windows 10
Unity 5.3.0f4, 5.3.2p3, 5.4.0b6
Note: Other objects seem to appear in the correct scene (e.g. 3d objects). Also not reproducible before 5.3, because MSE was not yet implemented.
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