With physical media being discarded in favor of digital licenses, this launcher aims to bring back the physical media expierence to people everywhere! After setting up a USB, CD/DVD, SD Card, or even a Floppy Disk (any drive that can be successfully read by your operating system is supported!) to follow the right structure this launcher expects, you can easily plug in the device and the launcher will display all the games on it! You can even carry that physical device over to another system, plug it in, and get them all to show up there! To learn more about how to set up the launcher, check out the Installation guide here!
- Unity Hub
- Unity 6000.0.49f1
After installing and setting up both, Unity Hub and the specified Untiy version, follow these instructions to open up and edit the project:
- Clone this repository somewhere on to your computer
- Click "Open" at the top of Unity Hub
- Navigate to the cloned repository folder
- Press "Open" (or w/e your OS's confirmation button is)
- Click on the project in the Unity Hub list
- Enjoy!
- php 8.4.6
- Enable the following extensions:
curl
,fileinfo
,intl
,openssl
- Create and get an API key from SteamGridDB
- Clone this repository somewhere on to your computer
- Create a new file in the root of the repository called
.env
- Insert the following in to the file:
STEAM_GRID_DB=Your SteamGridDB Key
- Navigate to
PhysicalMediaManifestCreator
inside the root of the repository - Run the following command:
php -S localhost:8081
- Open up your web browser and go to
http://localhost:8081
- Enjoy!