Search Issue Tracker
Not Reproducible
Not Reproducible in 2017.2.X
Votes
0
Found in
2017.3.0b4
Issue ID
957904
Regression
Yes
Cannot rename objects in the scene when certain UI configuration is set
To reproduce:
1. Open attached Unity project "Starship.zip"
2. Open "title scene 4" scene
4. Try to rename any object in the scene
Result: can't rename any object in the scene
Note: Disabling both Vertical Layout Group in the "Layout" GameObject and Canvas in "Canvas" GameObject makes it possible to rename objects (see attached gif "allowrenaming.gif")
Note: To disable renaming again, only the Vertical Layout Group in the "Layout" GameObject needs to be enabled, enabling Canvas in "Canvas" GameObject does not have any impact (see attached gif "disableagain.gif")
Workaround: Disabling all the GameObjects in the parent Gameobject "Layout" and then enabling them all again fixes the issue.
Not reproduced on: 5.6.3p4, 2017.1.2f1 2017.2.0b6, 2017.3.0a1
Reproduced on: 2017.2.0b7, 2017.2.0f2, 2017.3.0a2, 2017.3.0b4
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
apatrick
Nov 13, 2017 16:18
Just ran into this in 2017.2.0f3. Suddenly lost the ability to rename a game object in the hierarchy. Hitting F2 would momentarily show the go's name as editable but then it would immediately flip back like I had pressed enter. It did seem to go away after I modified a script and it recompiled.
MintArcade
Nov 11, 2017 09:46
Same here, but I think I find a solution:
In the scene tab toggle off flares (http://mintarcade.com/images/2017-11-11.png)
Disabling Canvas also do the trick (but it is useless if working on UI :)
Skarl
Nov 02, 2017 06:34
I'm guessing this might be a duplicate, or related to https://issuetracker.unity3d.com/issues/unavailable-to-rename-gameobjects-after-setting-content-size-fitter-to-min-slash-preferred-size
Skarl
Nov 02, 2017 06:30
Started happening as soon as I upgraded from 2017.1 (I think 2017.1.1f1?) to 2017.2.0f3.
Inspector still works, Hierarchy does not. Disabling the Canvas fixes it.
Windows 10, 64bit.
chimera74
Oct 30, 2017 23:36
Confirm on 2017.2.0f3.
rchapman
Oct 27, 2017 21:45
I'm getting this in 2017.2.0f3. I can't rename any items in the Hierarchy. I can rename them in the Inspector. Only happens if a Vertical Layout group is active. Happens for any objects in the scene regardless of their relationship to the Vertical Layout Group.