Installation and Quick Start
Requirements
- Unity 2022.3 or newer.
- BIRP, URP and HDRP are supported.
- The package declares dependencies for Timeline, TextMesh Pro, Input System, uGUI, UI Toolkit, and Unity Video because examples, integrations, and sources can use them.
Install the Package
- Import LED Studio from the Unity Asset Store.
- Let Unity resolve the package dependencies declared in package.json.
- Open Tools > LED Studio > Welcome... or Tools > LED Studio > About... to confirm the package is installed.
- Open Tools > LED Studio > Board Wizard to create a first board.
- Open Examples/Scenes/FeatureShowcase.unity or Examples/Scenes/Overview.unity inside the imported LED Studio folder, or the equivalent package-relative example path in this development project.
Create Your First Board
- Open Tools > LED Studio > Board Wizard.
- Enter a board name.
- Choose a board style such as Scoreboard, Ribbon Board, JumboTron, Corner Wrap, Ribbon Group, Video Wall, or Custom.
- Enter sample text, choose a color, assign a TMP font asset if needed, and choose text sizing, alignment, and rasterization settings.
- Leave Add Realistic Wear enabled when you want subtle dim LEDs, flicker, and color drift on the generated board.
- Click Create Board and press Play.
What the wizard creates - A board GameObject normally includes a mesh, a renderer with the LED Studio/LED Board shader, a LedBoardController, and at least one data source. |