You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,5 +8,7 @@ It was created in Unity **2018.3.0** but it should work fine in older versions _
8
8
9
9
# Limitations
10
10
* There is currently no way to tell between an instanced material property and a non-instanced material property on the C# side in Unity. This means that **all** properties are always included in this component. You must keep track yourself which properties are instanced in your shaders and only change those specific properties via this component. Changing non-instanced properties via this component yields undefined behaviour and can even cause performance issues if Unity decides to create new material instances behind the scenes.
11
+
11
12
* This component also displays normally-hidden properties. Use caution when modifying these properties.
13
+
12
14
* Some more advanced properties cannot be properly represented via this component due to limitations with accessing property info in the currently available Unity APIs.
0 commit comments