Skip to content

Commit

Permalink
1.0.5-experimental - 2018/03/26
Browse files Browse the repository at this point in the history
@2018.1
  • Loading branch information
ErikMoczi committed Sep 3, 2018
1 parent 89da94f commit 33982e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/Runtime/Materials/VectorGradient.shader
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
// xy = size.x
// zw = size.y

int settingBase = (int)i.settingIndex.x * 3;
int settingBase = ((int)(i.settingIndex.x + 0.5f)) * 3;
float2 texelSize = _MainTex_TexelSize.xy;
float2 settingUV = float2(settingBase + 0.5f, 0.5f) * texelSize;

Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unity.vectorgraphics",
"version": "1.0.4-experimental",
"version": "1.0.5-experimental",
"unity": "2018.1",
"description": "Vector graphics importers and related utilities.",
"keywords": ["vector", "graphics", "svg", "importer"],
Expand Down
1 change: 1 addition & 0 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
1.0.2-experimental
1.0.3-experimental
1.0.4-experimental
1.0.5-experimental

0 comments on commit 33982e1

Please sign in to comment.