Project panel
Manage and import assets and create logic.
Read time 1 minuteLast updated 2 days ago
The Project panel contains your library of assets, including imported 3D models, images, and Logic scripts. You can find this panel at the bottom of the Unity Lite workspace. This panel is your main library, where you manage all the assets and Logic scripts for your project. To import assets into your project, refer to Import assets into your project.
Asset libraries
The Project panel contains a few folders for the assets in your project:Folder | Description |
---|---|
Built-in Assets | Unity Lite comes with a library of ready-to-use assets, including UI elements, primitives, and lights. All built-in assets are free to use and covered under a Creative Commons Zero (CC0) license. |
My Assets | This folder contains all the assets you have personally uploaded to your project. |
Logic
The Project panel also manages your Lite Logic resources, which you can use to add interactive behaviors to your scene.Folder | Description |
---|---|
Built-in Logic | Pre-made Logic scripts that you can attach to GameObjects. For example, the Camera GameObject has a built-in Camera Controller attached make it easier to set up camera controls in your scene. |
My Logic | This folder contains any custom Logic scripts you create. |
Organize your Project
In the Project panel, select Add (+) to access the following options:Property | Description |
---|---|
New Folder | Choose to add a new folder to your project, which you can use to organize your files. |
New Script | Choose to add a new Logic script to your project. |