The steps I have perform:
- Added an Fbx to Unity Project
- FBX added to scene hierarchy
- Make the Prefab of the FBX
- Some assignment to prefab
Everything is working fine. I did assignment to prefab NOT FBX. Now the problem is when I importing the updated FBX, my scene object didn't updated as it links with prefab not With updated FBX. The connection of my hierarchy game object is now with prefab not with FBX. So, if I replace the FBX then, the hierarchy game object will not be update as it links with prefab not directly with updated FBX.
Is this possible to update my prefab with latest FBX** so I didn't assign again and again to my script.
OR Any else solution.? I guess this is the really general question which frequently face by Unity Developers. Please help.