File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Assets/CustomTextureRenderer Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ The function for updating textures runs on Unity's Render Thread or another thre
55
66IL2CPP is currently not supported.
77```
8- NotSupportedException: IL2CPP does not support marshaling delegates that point to instance methods to native code.
8+ NotSupportedException:
9+ IL2CPP does not support marshaling delegates that point to instance methods to native code.
910The method we're attempting to marshal is: UnityCustomTextureRenderer.CustomTextureRenderer::TextureUpdateCallback
1011UnityCustomTextureRenderer.CustomTextureRenderer.Update () (at <00000000000000000000000000000000>:0)
1112UnityCustomTextureRenderer.Samples.Test.Update () (at <00000000000000000000000000000000>:0)
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ The function for updating textures runs on Unity's Render Thread or another thre
55
66IL2CPP is currently not supported.
77```
8- NotSupportedException: IL2CPP does not support marshaling delegates that point to instance methods to native code.
8+ NotSupportedException:
9+ IL2CPP does not support marshaling delegates that point to instance methods to native code.
910The method we're attempting to marshal is: UnityCustomTextureRenderer.CustomTextureRenderer::TextureUpdateCallback
1011UnityCustomTextureRenderer.CustomTextureRenderer.Update () (at <00000000000000000000000000000000>:0)
1112UnityCustomTextureRenderer.Samples.Test.Update () (at <00000000000000000000000000000000>:0)
You can’t perform that action at this time.
0 commit comments