Brandon Bergren

Results 2 issues of Brandon Bergren

Is it intentional that these lines are checking for BuildTarget.StandaloneWindows rather than BuildTarget.StandaloneWindows64? https://github.com/vrchat-community/EasyQuestSwitch/blob/283e873aa528fc3c6dfac4de3e445d74343d9f98/vrchat.jordo.easyquestswitch/Runtime/EQS_Types/Type_Material.cs#L46 https://github.com/vrchat-community/EasyQuestSwitch/blob/283e873aa528fc3c6dfac4de3e445d74343d9f98/vrchat.jordo.easyquestswitch/Runtime/EQS_Types/Type_Material.cs#L58

Add basic iOS support. This does not yet handle migrating. I'm not sure what the best way to do this is, given the data structure change is in SharedObject. It's...