diff options
Diffstat (limited to 'Scripts')
| -rw-r--r-- | Scripts/DataDecoder.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Scripts/DataDecoder.cs b/Scripts/DataDecoder.cs index 9715d81..4773886 100644 --- a/Scripts/DataDecoder.cs +++ b/Scripts/DataDecoder.cs @@ -1,3 +1,5 @@ +#if UDON + using System; using System.Runtime.InteropServices; using System.Collections.Generic; @@ -308,3 +310,6 @@ public class DataDecoder : UdonSharpBehaviour return pixelData[index]; } } + +#endif // UDON + |
