com.wallstop-studios.unity-helpers 2.0.0-rc78 → 2.0.0-rc78.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,11 +53,13 @@ namespace WallstopStudios.UnityHelpers.Visuals.UGUI
53
53
  UpdateMaterialInstance();
54
54
  }
55
55
 
56
+ #if UNITY_EDITOR
56
57
  protected override void OnValidate()
57
58
  {
58
59
  base.OnValidate();
59
60
  UpdateMaterialInstance();
60
61
  }
62
+ #endif
61
63
 
62
64
  private void UpdateMaterialInstance()
63
65
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.unity-helpers",
3
- "version": "2.0.0-rc78",
3
+ "version": "2.0.0-rc78.1",
4
4
  "displayName": "Unity Helpers",
5
5
  "description": "Various Unity Helper Library",
6
6
  "dependencies": {},