- Home /
changing nested prefab's size 2d,changing a prefab's size
Hi! I'm new to Unity, and one thing I was really excited about was prefabs. I'm in the process of designing a 2d sudoku game , and created a prefab for each large square, each small square, and each note. I then nested these prefabs: the small square prefab has nine child note prefabs, and the large square prefab has nine child small square prefabs. This has been working perfectly - I changed the prefab note's text, and each instance changed - but when it comes to changing a prefab's size, the instances of the prefab don't change at all! I am using version 2019.4.0f1.
Thank you!
Your answer
Follow this Question
Related Questions
2d game questions 0 Answers
How can I set the position and size of a sprite from inside a script ? 1 Answer
Prefab clones behaviour 0 Answers
A Question about applying changes to nested prefabs 0 Answers
2D Tile Texture Size? 2 Answers