Hello.
I get the following error when trying to convert a file with external package:
scripts/BambaDungeonIcon.as:6: character 4: No such package gs
I undestand that the external swc will need to be imported via the config, and I have gotten the swc file, however:
- should the swc be located in the root folder of the jar file?
- should the swc be the same name as the package file? or in specific structure relative to the code?
- Should I add something to haxeTypes? if so is there a specific syntax or structure?
Thank you!
Hello.
I get the following error when trying to convert a file with external package:
scripts/BambaDungeonIcon.as:6: character 4: No such package gsI undestand that the external swc will need to be imported via the config, and I have gotten the swc file, however:
Thank you!