com.wallstop-studios.unity-helpers 2.0.0-rc73.8 → 2.0.0-rc73.9

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.
@@ -24,7 +24,7 @@
24
24
 
25
25
  public AnimatedSpriteLayer(
26
26
  IEnumerable<Sprite> sprites,
27
- IEnumerable<Vector2>? worldSpaceOffsets = null,
27
+ IEnumerable<Vector2> worldSpaceOffsets = null,
28
28
  float alpha = 1
29
29
  )
30
30
  {
@@ -75,7 +75,7 @@
75
75
 
76
76
  public AnimatedSpriteLayer(
77
77
  AnimationClip clip,
78
- IEnumerable<Vector2>? worldSpaceOffsets = null,
78
+ IEnumerable<Vector2> worldSpaceOffsets = null,
79
79
  float alpha = 1
80
80
  )
81
81
  : this(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.unity-helpers",
3
- "version": "2.0.0-rc73.8",
3
+ "version": "2.0.0-rc73.9",
4
4
  "displayName": "Unity Helpers",
5
5
  "description": "Various Unity Helper Library",
6
6
  "dependencies": {},
@@ -44,3 +44,4 @@
44
44
 
45
45
 
46
46
 
47
+