Search Issue Tracker
Active
Votes
2
Found in [Package]
0.11.0-preview.42
Issue ID
1327570
Regression
Yes
Hybrid Instanced Shader becomes uncompatible with Hybrid Renderer V2 after a Unity Update to 2021.1.1f1
How to reproduce:
1. Open the attached project
2. Open BugScene
3. Click play
Expected result: The object is visible in the Game View
Actual result: The object is not visible in the Game View, an error is thrown
Reproducible with: 2021.1.1f1, 2021.1.3f1 (0.7.0-preview.24 - 0.11.0-preview.42)
Not reproducible with: 2020.3.2f1, 2021.1.0f1, 2021.2.0a1, 2021.2.0a10 (0.7.0-preview.24 - 0.11.0-preview.42)
Could not test with: 0.0.1-preview.3 - 0.5.2-preview.4; 2018.4.33f1, 2019.4.23f1 (Hybrid Renderer V2 not supported), 2021.2.0a11, 2021.2.0a12 (error with the required Platforms package)
Notes:
1. The bug only reproduces in Play Mode
2. The error:
A Hybrid Renderer V2 batch is using the shader "Shader Graphs/Graph Outline", but the shader is either not compatible with Hybrid Renderer V2, is missing the DOTS_INSTANCING_ON variant, or there is a problem with the DOTS_INSTANCING_ON variant.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Linux] Unity crashes or freezes when loading an AssetBundle with AssetBundle.LoadFromFile
- [Linux][Profiler] Missing Profiler error has thrown clicking the "Save Changes" button
- 1 frame long audio clip plays an inconsistent audio sample or does not play at all in the Timeline
- SerializedObject ApplyModifiedProperties is not returning true when editing a List field with custom editor code
- Labels Overlap in NavMeshObstacle Inspector when shape is set to "Box" and Inspector's width is small
Add comment