Caeden117 / ChroMapper

GitHub repository for ChroMapper, the Unity-based map editor for Beat Saber.
https://cm.topc.at/dl
GNU General Public License v2.0
300 stars 87 forks source link

Update obstacle model #450

Closed KivalEvan closed 1 year ago

KivalEvan commented 1 year ago

it's only a dream

also updated obstacle test just to ensure data and visual isn't manipulated in any way (thanks beat games for having type and posY/height completely separated from both version)

alternative to current solution, it could just not set the value when setting attributes that doesnt exist on each version and return inferred attribute value (could be better option, need opinion)

UPDATE 2023/01/31: need to touch the conversion first before merge this PR UPDATE 2023/01/31: various of fixes