• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Load Item Prefab from custom folder (URL,FTP, LOCAL HDD)

Franky92

Refugee
Is there a way to load the resources a mod needs from a location other than the mod folder?

like 

 <property name="Prefab" value="#@modfolder:Resources/uh60.unity3d?UH60heli.prefab"/>


to

 <property name="Prefab" value="#D:/MYFOLDER:Resources/uh60.unity3d?UH60heli.prefab"/>


Im reading about Resource.load and AssetBundle.LoadAsset, but my head is burns out (I have zero knoledge about XML and Unity)

Thanks in advanced.

 
Back
Top