File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,12 @@ public static void OnGetUseList(out List<string> list)
81
81
{
82
82
"UIWidget.showHandles" ,
83
83
"UIWidget.showHandlesWithMoveTool" ,
84
+ "UnityEngine.QualitySettings.get_streamingMipmapsRenderersPerFrame" ,
85
+ "UnityEngine.QualitySettings.set_streamingMipmapsRenderersPerFrame" ,
86
+ "UnityEngine.QualitySettings.streamingMipmapsRenderersPerFrame" ,
87
+ "UnityEngine.Texture.get_imageContentsHash" ,
88
+ "UnityEngine.Texture.set_imageContentsHash" ,
89
+ "UnityEngine.Texture.imageContentsHash" ,
84
90
} ;
85
91
// black list if white list not given
86
92
public static void OnGetNoUseList ( out List < string > list )
@@ -178,4 +184,4 @@ public static void OnGetNoUseList(out List<string> list)
178
184
} ;
179
185
}
180
186
}
181
- }
187
+ }
You can’t perform that action at this time.
0 commit comments