File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
CustomTextureRenderer.Samples Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jp.sotanmochi.unitycustomtexturerenderer.samples" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.4 " ,
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 @@ -14,8 +14,8 @@ The function for updating textures runs on another thread.
1414// manifest.json
1515{
1616 "dependencies": {
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 ",
17+ "jp.sotanmochi.unitycustomtexturerenderer": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer#v1.3.4 ",
18+ "jp.sotanmochi.unitycustomtexturerenderer.samples": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer.Samples#v1.3.4 ",
1919 ...
2020 }
2121}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ public void Dispose()
120120 _rawTextureDataUpdateCallback = null ;
121121 _customTextureUpdateCallback = null ;
122122
123- _targetTexture = null ;
123+ UnityEngine . Object . Destroy ( _targetTexture ) ;
124124 _textureBufferPtr = IntPtr . Zero ;
125125
126126 Marshal . FreeHGlobal ( _textureUpdateParamsPtr ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " jp.sotanmochi.unitycustomtexturerenderer" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.4 " ,
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 @@ -14,8 +14,8 @@ The function for updating textures runs on another thread.
1414// manifest.json
1515{
1616 "dependencies": {
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 ",
17+ "jp.sotanmochi.unitycustomtexturerenderer": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer#v1.3.4 ",
18+ "jp.sotanmochi.unitycustomtexturerenderer.samples": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer.Samples#v1.3.4 ",
1919 ...
2020 }
2121}
You can’t perform that action at this time.
0 commit comments