I’m getting this error:
Cannot access a property or method of a null object reference.
away3d.loaders.parsers::ParserBase/pauseAndRetrieveDependencies()
I realise the case is far from perfect but here’s the situation:
I’m using the HaxE port of away3d using a library swf so I can’t see what’s in the away3d classes and I can’t use a debugger.
I’m exporting a .3DS file which is then imported to Prefab and exported as .AWD2
What goes on in the pauseAndRetrieveDependencies function?
Edit for update:
Deselecting the COMPRESS option in Prefab’s export AWD2 window seems to fix the problem.