com.xmobitea.changx.gn-unity 2.4.11 → 2.4.12

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.
@@ -643,9 +643,12 @@
643
643
  return (value is byte
644
644
  || value is sbyte
645
645
  || value is short
646
+ || value is ushort
646
647
  || value is int
648
+ || value is uint
647
649
  || value is float
648
650
  || value is long
651
+ || value is ulong
649
652
  || value is double);
650
653
  }
651
654
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.xmobitea.changx.gn-unity",
3
- "version": "2.4.11",
3
+ "version": "2.4.12",
4
4
  "displayName": "XmobiTea GN Unity",
5
5
  "description": "XmobiTea Unity packages",
6
6
  "unity": "2020.3",