File tree Expand file tree Collapse file tree 5 files changed +6
-9
lines changed
CustomTextureRenderer.Samples Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 22
33## Tested Environment
44- Unity 2020.3.27f1
5- - Unity 2021.2.8f1
65- Windows 10
76
87## References
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments