Previously saved light size, R, G, B values for the Light Editor window are not being read from the JSON file (info.json). As a result, the window falls back to the base/default values of 0.
To Reproduce
Steps to reproduce the behavior:
- Change the size, r, g, b values in the Light Editor window.
- Ensure the values are saved.
- Close and reopen the Light Editor window.
- Observe that the values are 0 instead of the saved values.
Expected behavior
When the Animator window is reopened, it should read the saved size, R, G, B values from JSON and apply them correctly.
This issue causes the Light Editor window to load base/default values (0) on every open instead of the saved settings.
Previously saved light size, R, G, B values for the Light Editor window are not being read from the JSON file (
info.json). As a result, the window falls back to the base/default values of 0.To Reproduce
Steps to reproduce the behavior:
Expected behavior
When the Animator window is reopened, it should read the saved size, R, G, B values from JSON and apply them correctly.
This issue causes the Light Editor window to load base/default values (0) on every open instead of the saved settings.