- Home /
The question is answered, right answer was accepted
importing custom package
Hi to all., Me and my team mates have been making a game with third person user controls. When my teammates imported my third person prefab, their consoles started to give errors like these.
When I Imported my teammate's environment design, all his textures and models were gone. All were some points on the blank scene.
It would be an immense help if you guys could give an idea to figure out the error in this scenario. Both the third person prefab and environment design were made with Unity 5.3.3f1. both of us had the Standard Assets package imported in each project.
Answer by Abhiroop-Tandon · Mar 25, 2016 at 03:04 PM
I think you should export the package without including dependencies. i got these kinds of errors when i had included the dependencies which included all the other scripts which were already in my project so it messed up a bit. So if you dont include the dependencies and just include the scripts and things used it might work
Yeah.! It was the dependencies. Thanx man.! This actually worked after many tries.!!