Instatiating and Copying Prefabs
When I instantiate through code or copy a prefab like 100 times along a large 2D scene, they all are not shown on the screen but are still making the game grow in size in Megabytes. That is the way I understand it works, but I would like to know if maybe that is not true, maybe when I copy a prefab (even if they are shown in the hierarchy) the copy does not make the game bigger, maybe it only copies the prefab at runtime to use in the RAM for what the camera sees. Can anybody clear my doubt?
Comment
Your answer
Follow this Question
Related Questions
Change skin on runtime 1 Answer
choose texture option when lookat 0 Answers
How to run a script twice in a scene 0 Answers
Import .OBJ files at runtime AFTER build 0 Answers