I have a project which includes a number of meshes exported from Prefab3D as actionscript. I’m wondering if I am doing things correctly placing each export’s folder each containing a copy of ASBase.as, PrefabProject.as and ASDReader, etc. in the project as is. Flash Builder 4.7 generates warnings about the duplicates saying “Overlapping source path entries…” and “ASBase is defined by multiple files: “
This doen’t seem to be fatal at the moment but I’m worried there might be some instability lurking there.
Should I worry and do things some other way?