Im making a game but lack 3D models and locomotion system, I was thinking if there is a way to extract the soldier prefab from the Bootcamp demo, ive already tried selecting and making a package but once imported it gives me tons of errors, and I've tried putting my stuff in the bootcamp scene but all my 3d models just fall off the terrain, anybody help me?
Hi,
You need to select all the dependencies of the model/prefab ( right click on it -> Select dependencies" ) you want to take away and then as you mention, export all that as a package ( menu->Export Package). You can then import that package safely in other projects ( never tested on bootcamp prefab tho).
The thing is your likely to hit trouble down the road if you don't master locomotion system and prefabs and want to build a game with it, but as a learning path, that's great.
Bye,
Jean