Search Issue Tracker
Fixed in 2020.1.X
Votes
6
Found in
2019.3.0a4
2019.3.0a12
Issue ID
1177819
Regression
Yes
The warning of "Component of type GUI Layer is no longer available in Unity" when updating project with GUI Layer
To reproduce:
1. Open attached project
2. Try to pen Menu scene
3. Check console
Actual result: Upgrading a project with a GUI Layer produces a warning "Component of type GUI Layer is no longer available in Unity. References to it will be removed!"
Expected result: There should be no warnings of "Component of type GUI Layer is no longer available in Unity. References to it will be removed!"
Reproduced in: 2019.3.0a12; 2020.1.0a1
Not reproduced: 2019.2.2f1; 2019.3.0a4
Comments (2)
-
games_unity913
May 03, 2022 10:24
Helpful.
-
InjectWare
Apr 06, 2020 06:59
Step on every camera
Component GUI Layer in _Main Camera1 for Scene Assets/Scenes/******.unity is no longer available.
It will be removed after you edit this GameObject and save the Scene.Component GUI Layer in Main Player Camera (Bibilotek) for Scene Assets/Scenes/******.unity is no longer available.
It will be removed after you edit this GameObject and save the Scene.
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
- [Ubuntu] Mouse cursor is set box select mode after exiting VFX Graph's Rename Context function
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
- SpriteShapeController.OnWillRenderObject() is ~20 ms when using SpriteShapeController.BakeMesh() and never updating the spline
- Editor freezes briefly when "multi-selecting" TextMeshPro GameObjects In the Hierarchy window in Prefab Mode, if 5 or more Inspector windows are open
- OnEndDrag event not triggered when losing Editor focus during simultaneous Left and Right mouse drag
Resolution Note (fix version 2020.1):
Please use a helper script from this repository to clean up your scenes
https://github.com/AscendingMan/removedeadcomponentsfromscenes
How to use:
1. Place the downloaded Editor folder and its contents at the root of your Assets folder
2. Click "Cleanup/Cleanup Scenes with Deprecated Components" in the top toolbar menu.