Skip to content

Commit d6d66b2

Browse files
committed
Revert "Update version"
This reverts commit 3086380.
1 parent 9affdf9 commit d6d66b2

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

Assets/CustomTextureRenderer.Samples/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Tested Environment
44
- Unity 2020.3.27f1
5-
- Unity 2021.2.8f1
65
- Windows 10
76

87
## References

Assets/CustomTextureRenderer.Samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jp.sotanmochi.unitycustomtexturerenderer.samples",
3-
"version": "1.4.0",
3+
"version": "1.3.2",
44
"displayName": "CustomTextureRenderer.Samples",
55
"description": "A graphics utility to update textures from native plugins.",
66
"license": "MIT",

Assets/CustomTextureRenderer/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ The function for updating textures runs on another thread.
77

88
## Tested Environment
99
- Unity 2020.3.27f1
10-
- Unity 2021.2.8f1
1110
- Windows 10
1211

1312
## How to install
1413
```
1514
// manifest.json
1615
{
1716
"dependencies": {
18-
"jp.sotanmochi.unitycustomtexturerenderer": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer#v1.4.0",
19-
"jp.sotanmochi.unitycustomtexturerenderer.samples": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer.Samples#v1.4.0",
17+
"jp.sotanmochi.unitycustomtexturerenderer": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer#v1.3.2 ",
18+
"jp.sotanmochi.unitycustomtexturerenderer.samples": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer.Samples#v1.3.2",
2019
...
2120
}
2221
}

Assets/CustomTextureRenderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jp.sotanmochi.unitycustomtexturerenderer",
3-
"version": "1.4.0",
3+
"version": "1.3.2",
44
"displayName": "CustomTextureRenderer",
55
"description": "A graphics utility to update textures from native plugins.",
66
"license": "MIT",

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ The function for updating textures runs on another thread.
77

88
## Tested Environment
99
- Unity 2020.3.27f1
10-
- Unity 2021.2.8f1
1110
- Windows 10
1211

1312
## How to install
1413
```
1514
// manifest.json
1615
{
1716
"dependencies": {
18-
"jp.sotanmochi.unitycustomtexturerenderer": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer#v1.4.0",
19-
"jp.sotanmochi.unitycustomtexturerenderer.samples": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer.Samples#v1.4.0",
17+
"jp.sotanmochi.unitycustomtexturerenderer": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer#v1.3.2",
18+
"jp.sotanmochi.unitycustomtexturerenderer.samples": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer.Samples#v1.3.2",
2019
...
2120
}
2221
}

0 commit comments

Comments
 (0)