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

AWD fromat errors on html5 from 3dsMax #4

Closed
xoopx opened this issue Mar 2, 2017 · 2 comments
Closed

AWD fromat errors on html5 from 3dsMax #4

xoopx opened this issue Mar 2, 2017 · 2 comments

Comments

@xoopx
Copy link

xoopx commented Mar 2, 2017

Using this extension (https://github.com/awaytools/AwayExtensions-3dsmax) to import models in awd format from 3dsMax, i noticed that compression GZIP, LZMA doesn't work on html5, neko. And more, i disabled any import of lights, but eventualy got error in this line
Error line
I had to put if (assetVO.data != null) to escape this error, and everything gone well.

@Greg209
Copy link
Contributor

Greg209 commented Sep 12, 2017

After looking at #14 this may related to the same thing. Adding the following to the project.xml forces the file type to be binary

<assets path="Assets" rename="assets" include="*.awd" type="binary"/>

Can you check to see if that fixes your issue.

@xoopx
Copy link
Author

xoopx commented Sep 14, 2017

I checked, the problem is now fixed, thank you.

@xoopx xoopx closed this as completed Sep 14, 2017
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