I’m creating a new project which is a lite version of my main project. As most of the content between the projects is the same i just copied over the contents of my Asserts folder to the new project with the intention of removing the non-lite assets etc
When i did this all the assets appeared correctly in my new Unity iPhone project but i could not see any of them in the game view. Everything was black. All of my game objects in the project hierarchy view were also red text. But everything was there. Scenes, textures etc
Is it not possible to just copy over a set of assets from one project to another like this? Or is there a specific way it has to be done?