您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Arturo Nereu e0aaa224 Reverted to working commit 3 年前
Assets/Materials Reverted to working commit 3 年前
Packages Reverted to working commit 3 年前
ProjectSettings Reverted to working commit 3 年前
.gitignore Rebuilt Bundles 3 年前
.vsconfig Upgraded Unity version to 2021.1.13 3 年前
README.md Reverted to working commit 3 年前
license.md Create license.md 3 年前

README.md

LD

Loady Dungeons

Loady Dungeons is a demo game intended to onboard users into using the Addressable Assets package and the Unity Cloud Content Delivery service. Although there is a lot of room for code and asset optimizations, the demo is designed to demonstrate the uses of the Addressables and CCD tools.

💻 If you are following the video tutorial, you can download the starting project here.

🚧 We are still working on the project, if you have any suggestion please let us know.

Gameplay

The gameplay is simple: you control Dino on her quest to discover all the dungeons in the world. Touch anywhere on the floor of the map, and she will move to that spot. Find the chest, get the key and open the door to go to the next level.

Prerequisites

  • Unity Version: 2021.11
  • Addressables Package: 1.16.19

AllLevels

Asset Bundle Architecture

The project uses a simple approach for managing the bundles with the assets. Each gameplay scene is bundled in a separate group (Level_00, Level_01, Level_02 and Level_03). Level_01 is bundled with the game, so it uses the LocalBuildPath and LocalLoadPath. The other levels and the Hats group(containing prefabs as Addressable assets) are bundled separate (and downloaded from the cloud), they use the RemoteBuilPath and RemoteLoadPath.

Asset Architecture

More Resources

  • If you’d like to learn more about this demo, and how to use Cloud Content Delivery, click here.
  • If you’d like to watch the full Technical Workshop for Cloud Content Delivery, click here.
  • If you want to learn more about how to optimize the usage of Addressables, read this post by Patrick DeVarney.