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
- Dragging and dropping a system that contains event context to create nested VFX crashes the editor
- TextMeshPro UV2 custom data not rendering for off-screen text with RectMask2D in Unity 6
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
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