-
Notifications
You must be signed in to change notification settings - Fork 221
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
Add draco compression support #27
Comments
Hi, When can you add the draco support. Thanks |
I don't know. Perhaps after I'm done with async import |
Hi, any update on draco support. |
Currently in progress. I haven't had much time to work on it since I just moved. |
Have you added support for draco compression? Some of my models that I get from client are draco compressed and they want to load it. |
You could precompile the DLL containing the unsafe code, this would allow you to use it without requiring the user to compile their own unsafe code. |
Using an assembly definition file it should also be possible to configure the unsafe flag only for a certain namespace / compilation unit. Have a look here: https://docs.unity3d.com/Manual/ScriptCompilationAssemblyDefinitionFiles.html |
Good call @mschneider |
Hey any update? Or could you point me in right direction how to do it? |
Any update on this? |
Unfortunately not yet, no |
We really need the draco support for our AR app. @Siccity Would it be possible to pay you to fix it? |
@leon |
Draco is now finally supported! 08ec501 |
glb.zip
Originally requested by @umresh in #26 (comment)
The text was updated successfully, but these errors were encountered: