Skip to content

Commit 62a81ab

Browse files
committed
Update README
1 parent d3da8a4 commit 62a81ab

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Assets/CustomTextureRenderer/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The function for updating textures runs on Unity's Render Thread or another thre
55

66
IL2CPP 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.
910
The method we're attempting to marshal is: UnityCustomTextureRenderer.CustomTextureRenderer::TextureUpdateCallback
1011
UnityCustomTextureRenderer.CustomTextureRenderer.Update () (at <00000000000000000000000000000000>:0)
1112
UnityCustomTextureRenderer.Samples.Test.Update () (at <00000000000000000000000000000000>:0)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The function for updating textures runs on Unity's Render Thread or another thre
55

66
IL2CPP 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.
910
The method we're attempting to marshal is: UnityCustomTextureRenderer.CustomTextureRenderer::TextureUpdateCallback
1011
UnityCustomTextureRenderer.CustomTextureRenderer.Update () (at <00000000000000000000000000000000>:0)
1112
UnityCustomTextureRenderer.Samples.Test.Update () (at <00000000000000000000000000000000>:0)

0 commit comments

Comments
 (0)