Module's Transform scale changes when re-parenting to Canvas with different scaling

Issue #1 resolved
HardCode Lab repo owner created an issue

To reproduce:

  1. Set Canvas to "World Space" and give it a scale of 0.5x0.5x0.5
  2. Setup basic tutorial with modules that interact with that Canvas
  3. Start tutorial

What happens: Module scaling becomes [Module Scale] / [Canvas Scale]. In this case module scale was 1x1x1, which resulted in new scaling becoming 2x2x2

What should happen: Module scale should always be whatever use gave it in a prefab (in this context, 1x1x1)

Comments (2)

  1. Log in to comment