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&)
Comments (1)
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
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