Ripping the Project

To open Schedule I in Unity Editor, you need to rip the project files from the game. This process involves extracting the necessary files from the game’s data folder.

For that purpose, you can use a tool like AssetRipper. AssetRipper allows you to extract the Unity project files from the game’s data folder, which you can then open in Unity Editor.

  1. Download AssetRipper from the GitHub releases page or from their Patreon page, if you want to use AssetRipper Premium and support the developers.
  2. Run AssetRipper and select File > Open Folder. Navigate to the Schedule I game folder, which is usually located at C:\Program Files (x86)\Steam\steamapps\common\Schedule I.
  3. Once you see a green “View Loaded Files” button, you can verify that AssetRipper has successfully loaded the game files.
  4. Click Export > Export all files.
  5. Choose a destination folder where you want to save the ripped project files.
  6. Click Export Unity Project to export the project files. This may take some time.

Without AssetRipper

Download the repository, open Assets/Plugins/ScheduleOne folder. Drag and drop Managed folder (can be found in <game dir>/Schedule I_Data) onto the .bat file.

Open the project in Unity Editor.

Last updated 30 Jun 2025, 23:27 +0200 . history