unity-xr-plugin icon indicating copy to clipboard operation
unity-xr-plugin copied to clipboard

OpenVRSettings cause constant settings change

Open Orcolom opened this issue 1 year ago • 0 comments

InitializeActionManifestFileRelativeFilePath in OpenVRSettings will change its contents depending on if were on windows or not. this will cause:

  • constant dirty files in version control if you switch to android often
  • multiple imports of the same file resulting in an infinite import error in unity

as quick fix locally I only change the file path if its also not null

image

Orcolom avatar Jul 20 '22 07:07 Orcolom