Search Issue Tracker
Not Reproducible
Votes
1
Found in
2019.4
2020.3
2021.1
2021.2
2021.2.0b7
2022.1
Issue ID
1357386
Regression
No
[Windows] 'Null texture passed to GUI.DrawTexture' warning on opening Project with Corgi Engine
Reproduction steps:
1. Open the attached user's project "New Unity Project (8).zip"
2. Upon opening the project right-click in the Project Window and "Reimport All"
3. Observe the Console Window
Expected result: "null texture passed to GUI.DrawTexture" warning does not appear when reimporting the project
Actual result: "null texture passed to GUI.DrawTexture" warning appears when reimporting the project
Reproduces on: 2019.4.29f1, 2020.3.17f1, 2021.1.17f1, 2021.2.0b7, 2022.1.0a5
Notes:
-Full warning:
null texture passed to GUI.DrawTexture
UnityEngine.GUI:DrawTexture (UnityEngine.Rect,UnityEngine.Texture)
MoreMountains.CorgiEngine.WelcomeWindow:OnGUI () (at Assets/CorgiEngine/Common/Editor/Welcome/WelcomeWindow.cs:103)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
SurreyMuso
Aug 19, 2021 20:40
I too have this problem and it makes it very difficult to edit my graphs, all of which have been grouped. The group box does not appear. Going into Play mode displays the Group boxes again but they disappear when I leave Play mode.
Happens in 1.7.3 but not 1.7.2