You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I added PlyHeader without problem but when I add PlyHandler to my project I get the following error:
Assets/PlyHandler.cs(129,60): error CS1061: 'byte[]' does not contain a definition for 'SubArray' and no accessible extension method 'SubArray' accepting a first argument of type 'byte[]' could be found (are you missing a using directive or an assembly reference?) I can't seem to find a SubArray method in the cs array class either. Where is this method from? Thank you!
The text was updated successfully, but these errors were encountered:
Hello, @hackertehlike. I have implemented a library that utilizes a number of different approaches for reading and writing asset files. Take a look... https://github.com/Camuvingian/blundergat-io. I think I had the same issue over a year ago, which in part prompted me to roll my own hybird code.
Hi! I added PlyHeader without problem but when I add PlyHandler to my project I get the following error:
Assets/PlyHandler.cs(129,60): error CS1061: 'byte[]' does not contain a definition for 'SubArray' and no accessible extension method 'SubArray' accepting a first argument of type 'byte[]' could be found (are you missing a using directive or an assembly reference?) I can't seem to find a SubArray method in the cs array class either. Where is this method from? Thank you!
The text was updated successfully, but these errors were encountered: