Assets
Here is a list of every game assets.
- AudioClip: Asset that stores audio like a sound effect or a music.
- Font: Asset that stores a text font.
- Icon: Asset that stores an icon.
- Material: Handles the visual appearance of rendered objects, including shaders and textures.
- MeshData: Asset that stores all the data of a mesh.
- Prefab: A prefab stores GameObjects and Components.
- Scene: Asset that represents a game world. A scene stores a list of GameObject and Components.
- Shader: Asset that stores shader code.
- Skybox: Asset that references all textures that compose a skybox.
- Texture: Asset that stores an image.