π¦COZY Samples
Not everything is needed in every project. Follow this guide to import the samples you need for your project!
Last updated
Not everything is needed in every project. Follow this guide to import the samples you need for your project!
Last updated
As of COZY 3.1.0, this asset uses the Unity Package Manager (UPM) for organization and imports. One positive aspect of this change is the addition of sample support.
Samples in Unity Package Manager are pre-made assets or code segments provided by package developers. These samples illustrate how to use a particular package or feature within your Unity project. They serve as both educational tools for learning how packages work and as starting points for integrating functionality into your games or applications.
Samples are used for:
Demonstration: They show how a package can be implemented in a project, demonstrating best practices and potential use cases.
Learning: For users unfamiliar with a package, samples provide a hands-on way to explore its capabilities and functionalities.
Quick Integration: Samples can be directly imported into your project, speeding up the development process by offering pre-made solutions.
Open the Unity Editor and go to Window > Package Manager
.
Select the COZY package from the list.
Click "Import" next to a sample to add it to your project.
Contains several demo scenes displaying the functions of the core modules of COZY.
Contains a simple demo scene set up with four different biomes showcasing the biome modules and transitions.
Contains a few UI images and scripts that showcase how to hook COZY up to your UI canvases.
Shader package that allows for 3D placeable fog cards in your scene. URP support only.
Adds support for older versions of third-party shader integrations