Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 629 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 629 Bytes

the_new_normal.exe

This is deprecated, go to https://github.com/ludzeller/soundstagevr-quest instead.

See https://www.ludwigzeller.net/projects/the-new-normal/ for more information.

Forked from Logan Olson's magnificent SoundStage VR.

Models: 'Rubber Med Gloves' by Komodoz, 'surgical mask' by F2A, 'Safety Goggles' by bariacg.

--

Notes for making new MenuItems copiable and save/loadable

  • add / copy yourDeviceInterface.cs

  • define YourData, implement (de)serialization

  • add YourData to xmlUpdate.cs

  • add [XmlInclude(typeof(YourData))] to SaveLoadInterface.cs