Hi~
I’m programmer and I’m working with graphic designer.
I’m working on mac, but graphic designer haven’t mac.
He only have a windows PC.
So when he wanna see change of graphic resource,
he give me resource, and I build with it and give back build version to him.
I think this is too much time wasting.
I think if I can turn off file packing, graphic designer can overwrite graphic file on build version, so he can apply change of graphic resource directly.
How can I turn off file packing?
Please help me~ ^^
You can not.
Every asset used in the project is automatically converted to an internal, more optimal format for handling.
if you want him to access the files, you must dynamically load them through script by using WWW with the file:// protocol.
Thank you dreamora ^^
But how can I use dynamic loading?
Can you give me some example or reference?
Look up the WWW class in the docs.
–Eric