File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Assets/CustomTextureRenderer Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 33A graphics utility to update textures from native plugins.
44The function for updating textures runs on Unity's Render Thread or another thread.
55
6+ IL2CPP is currently not supported.
7+ ```
8+ NotSupportedException: IL2CPP does not support marshaling delegates that point to instance methods to native code.
9+ The method we're attempting to marshal is: UnityCustomTextureRenderer.CustomTextureRenderer::TextureUpdateCallback
10+ UnityCustomTextureRenderer.CustomTextureRenderer.Update () (at <00000000000000000000000000000000>:0)
11+ UnityCustomTextureRenderer.Samples.Test.Update () (at <00000000000000000000000000000000>:0)
12+ ```
13+ ```
14+ NotSupportedException:
15+ IL2CPP does not support marshaling delegates that point to instance methods to native code.
16+ The method we're attempting to marshal is: UnityCustomTextureRenderer.NonBlockingCustomTextureRenderer::TextureUpdateCallback
17+ UnityCustomTextureRenderer.NonBlockingCustomTextureRenderer.Update () (at <00000000000000000000000000000000>:0)
18+ UnityCustomTextureRenderer.Samples.Test.Update () (at <00000000000000000000000000000000>:0)
19+ ```
20+
621## Tested Environment
722- Unity 2020.3.27f1
823- Windows 10
Original file line number Diff line number Diff line change 33A graphics utility to update textures from native plugins.
44The function for updating textures runs on Unity's Render Thread or another thread.
55
6+ IL2CPP is currently not supported.
7+ ```
8+ NotSupportedException: IL2CPP does not support marshaling delegates that point to instance methods to native code.
9+ The method we're attempting to marshal is: UnityCustomTextureRenderer.CustomTextureRenderer::TextureUpdateCallback
10+ UnityCustomTextureRenderer.CustomTextureRenderer.Update () (at <00000000000000000000000000000000>:0)
11+ UnityCustomTextureRenderer.Samples.Test.Update () (at <00000000000000000000000000000000>:0)
12+ ```
13+ ```
14+ NotSupportedException:
15+ IL2CPP does not support marshaling delegates that point to instance methods to native code.
16+ The method we're attempting to marshal is: UnityCustomTextureRenderer.NonBlockingCustomTextureRenderer::TextureUpdateCallback
17+ UnityCustomTextureRenderer.NonBlockingCustomTextureRenderer.Update () (at <00000000000000000000000000000000>:0)
18+ UnityCustomTextureRenderer.Samples.Test.Update () (at <00000000000000000000000000000000>:0)
19+ ```
20+
621## Tested Environment
722- Unity 2020.3.27f1
823- Windows 10
You can’t perform that action at this time.
0 commit comments