Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 945 Bytes

File metadata and controls

38 lines (23 loc) · 945 Bytes

Installation

ShaderOS requires Unity 2021.3 LTS or newer. It is Editor-only — no assemblies are added to player builds.


Asset Store

  1. Open the Package Manager: Window → Package Manager
  2. Select My Assets
  3. Find ShaderOS and click Import

Git URL

  1. Open the Package Manager: Window → Package Manager
  2. Click +Add package from git URL
  3. Enter:
    https://github.com/Afterix-Hub/ShaderOS.git#v1.0.0
    

Verify installation

Open Tools Studio → ShaderOS. The window opens on the Overview tab with a ▶ Scan button. If the menu item is missing, reimport the package or check the Console for compilation errors.


Project Settings

ShaderOS registers under Edit → Project Settings → Tools Studio → ShaderOS automatically on import. No manual configuration is required before the first scan.


Next: Quick Start