v0.3.0: Migration to scaling according to uGUI standard skin
⚠️ Breaking Changes
Re-scaled the prefabs
If you use the previous version, you should re-design the UIs.
Reason and background: We designed to scale 6.4 to 8 times against the uGUI standard skin in the previous version's prefabs. The problem made applying the skins somewhat cumbersome, especially around the Z-axis animations.
Therefore, we have redesigned the skin to be approximately the same size as the uGUI standard skin.
Migrated some components to Udonsharp Toybox
If you use any of the following features, you must migrate to the equivalent component in Udonsharp Toybox:
black.kit.vrcui::ToggleWithAnimation
->black.kit.toybox::ToggleWithAnimator
Features
- 0df11f7:
⚠️ migrated the scaling that the molecules prefabs - 79b53b4:
⚠️ migrated the scaling that the atomic prefabs - ec871bd:
⚠️ migrated some components to Udonsharp Toybox
Bug fixes
- 4a6a458: fixed a bug that caused the zero division error on Unity Editor extension