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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
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