- Home /
Scene changes after import
I have 2 packages called day city and night city. Both the packages were made using different projects but have same model, textures and materials but different names. Also with different scene name and light setting. Both packages work perfectly in separate projects.
When I import my night city package into my day city package there are some problems.
Note that both the packages have there own scenes,models,textures,materials. with different names.
Mesh filter of night city gameobjects start to use meshes of the day city package. (They should be using the one from the model present in the night city package)
Materials of gameobject also change from the night city package scene to the day scene.
Light settings also change to the day city package scene.
What can i do?
Answer by hameed-ullah-jan · Nov 05, 2018 at 04:53 PM
you can try one thing, do not make unity package, just copy the folders of the night city and past all those folders in your day city project, hope this will work. in your case importing package replaces all the mesh filters and materials.
yes i also tried that but no use , still the same thing happens
Your answer
Follow this Question
Related Questions
How to access a game object from a different scene? 0 Answers
What faster? Make a saved scene with gameobjects, or create it on start? 1 Answer
Calling an Audio Source on one game object from a script on another game object..? 1 Answer
How to mark the vertices on a mesh and make the markers follow them as you apply transformations 0 Answers
Turn off ONLY ambient lighting for just one object? 1 Answer