This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************* | |
* Don't Be a Jerk: The Open Source Software License. | |
* Adapted from: https://github.com/evantahler/Dont-be-a-Jerk | |
******************************************************************************* | |
* _I_ am the software author - JohannesMP on Github. | |
* _You_ are the user of this software. You might be a _we_, and that's OK! | |
* | |
* This is free, open source software. I will never charge you to use, | |
* license, or obtain this software. Doing so would make me a jerk. | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A script to generate and register an OpenVR manifest in a Unity-friendly way | |
// OpenVR manifest lets you show proper app name in SteamVR status screen instead of process name, set a custom image for the loading screen in compositor or even allow to launch your game from Steam interface | |
// Feel free to do anything you want with this script, but please keep this copyright notice intact. | |
// https://gist.github.com/krzys-h/98464aa2f4a1ad814358f8f078111366 | |
// Author: krzys_h, 2018-02-11 | |
// Usage: | |
// Put this script anywhere in your assets folder | |
// Click Edit > Project Settings > OpenVR Manifest | |
// Fill in the settings |