I manage to instantiate an object using Resources.Load but the problem is that when I generate an executable file it creates a binary file “resources.assets” that contains DAE file; so this file can’t change after executable generation.
What I realy need is that executable read DAE file and not “resources.assets”.
Is it possible to do this ?
Many thanks in advance.