Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlyHandler issue #7

Open
hackertehlike opened this issue Apr 1, 2022 · 1 comment
Open

PlyHandler issue #7

hackertehlike opened this issue Apr 1, 2022 · 1 comment

Comments

@hackertehlike
Copy link

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!

@Camuvingian
Copy link

Camuvingian commented Apr 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants