Lecture 5: Importing Assets
Introduction
In this lecture, we'll explore how to import and utilize assets like images, audio, and 3D models to enhance our game. We'll focus on using the Unity Asset Store and Highrise Assets Catalog.
Where to Find Assets
Unity Asset Store
Access the Unity Asset Store directly in Unity by navigating to Window > Asset Store
or by visiting Unity Asset Store.
Steps to Import from Unity Asset Store:
- Login: Create an account to download assets.
- Search for Assets: Use the search bar to find specific assets.
- Download Assets: Select an asset and click
Download
. - Import Assets: After downloading, click
Import
to add assets to your project. - Use Assets: Drag the imported assets into your Scene or Hierarchy.
For additional assets, check the Package Manager under
Window > Package Manager
where Unity's own assets and packages are available.
During import, deselect any files you don't need to keep your project lean and compatible with Highrise Studio.
Highrise Assets Catalog
Access Highrise's own assets through the Highrise Studio via Highrise > Studio > Assets Catalog
.
Steps to Import from Highrise Assets Catalog:
- Search for Assets: Use the search bar to find what you need.
- Download Assets: Click
Download
on the selected asset. - Open As Bundle: If it's a bundle, double-click to open.
- Drag & Drop: Drag the assets into your Scene or Hierarchy for use.
Some assets in the Highrise Assets Catalog may require purchase with Gold.
Additional Resources
Importing External Assets
- .zip Files: Drag and drop .zip files into Unity; it will automatically extract and import them.
- .unitypackage Files: Navigate to
Assets > Import Package > Custom Package
to import .unitypackage files.
Visit https://learn.unity.com for further tutorials and guides.
YouTube Tutorial
Conclusion
We've learned how to import and use assets from the Unity Asset Store and Highrise Assets Catalog. Next, we'll apply these assets to create a simple game.
Next Steps
Experiment with importing different assets from the Unity Asset Store and Highrise Assets Catalog to enhance your game's visuals and audio.
Updated 17 days ago