- Home /
Loading child object at runtime
Attaching 3d object as child from custom folder
Here i need to attach the 3d object as a child object to parent object at runtime from custom folder,
Not from the Resources folder (Because after building as an appx for UWP it is a readonly folder, here i need to rewrite the obj file according to API results)
But from custom folder like
"Assets\xyz\car.obj".
is this possible.
Regards,
Nandha.
you want to edit a prefab and add a child for the obj? is that your issue?
@xxmariofer no i need edit and make 3d object as child, not a prefab
you can try all this free plugins that do that
https://gist.github.com/supachailllpay/893cd5b0c31dff3bb025 https://forum.unity.com/threads/free-runtime-obj-loader.365884/ http://wiki.unity3d.com/index.php?title=ObjImporter
Thanks for the help, I will check and let you know