dakyneko / DakyModsCVR

extra Chillout VR mods
GNU General Public License v3.0
11 stars 3 forks source link

ActionMenu - Reposition setting should be separate between Desktop and VR #18

Open NotAKidoS opened 2 years ago

NotAKidoS commented 2 years ago

Currently repositioning the menu in desktop also applies that offset to VR

kinda annoying, setting should be separate or desktop only

dakyneko commented 2 years ago

It's non trivial: MetaPort.Instance.isUsingVr is null during OnApplicationStart where those melon prefs are created. Not sure how to go about that.