KospY / BasSDK

Official SDK for the VR game "Blade & Sorcery"
https://store.steampowered.com/app/629730/Blade_and_Sorcery
114 stars 67 forks source link

Fixed Item Book Canvas Scale #38

Closed KaiDevvy closed 1 year ago

KaiDevvy commented 2 years ago

This change fixes an issue with the scale of elements inside the Item Spawner book. Both header elements had a scale of 3000 that would create a huge area that blocked selection in the scene view.

This change does not modify the actual visual scaling of elements inside the item book, and does not affect functionality.

Before

image

After

image