Sprite is changing size when switching parent
The difference in size is likely caused by the Sprite being moved from a RectTransform to a Transform.
Possible solution:
- Ensure that both parent objects are RectTransform.
The difference in size is likely caused by the Sprite being moved from a RectTransform to a Transform.
Possible solution: