Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Frozenreflex/NeosLinuxExportFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeosLinuxExportFix

Fixes exporting files not working on the Linux Native build of NeosVR. On my machine, screenshots end up in $HOME/Pictures/Neos VR, and other files go in $HOME/Neos VR.

For Neos Developers

  //LinuxPlatformConnector
  public void NotifyOfFile(string file, string name)
  {
  }

  public void NotifyOfScreenshot(
    World world,
    string file,
    ScreenshotType type,
    DateTime timestamp)
  {
  }

Really?

About

Fixes exporting files not working on Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages