Coder Social home page Coder Social logo

loadydungeons's Introduction

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.

In addition, there is also a Remote Config integration for users to understand how to implement Remote Config and how to integrate it with an existing CCD and Addressables project.

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

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.3.2f1 (LTS)
  • Authentication: 2.0.0
  • Addressables Package: 1.19.19
  • Cloud Content Delivery Management: 2.0.4
  • Remote Config Version: 3.0.0-pre.29

Services Overview

Authentication :

Authentication allows the user to log-in securely as a single sign-on across platforms. This allows developers to allocate and associate data with that account which is important for Cloud Content Delivery and Remote Config services to function correctly.

Cloud Content Delivery :

Loady Dungeons utilizes the benefits of Cloud Content Delivery to manage and offload data to the Cloud and dynamically retrieve it when the player needs it. This ensures that developers can continue to build, update, edit and deploy game content updates with minimal hassle and supported by a world-class Content Delivery Network

Remote Config :

By integrating Remote Config, developers are able to deploy a change to their game immediately without the need for patching or downloading. In Loady Dungeons, the Remote Config dashboard and relevant scripts allows you to change which hats are available, if any seasonal levels should be displayed, and even if the localization language should be different!

🚧 We are still working on the project, if you have any suggestions or would like to contribute please let us know.

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

Additional 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.
  • To learn more about the Remote Config branch, click here.
  • If you want to learn more about how to optimize the usage of Addressables, read this post by Patrick DeVarney.

loadydungeons's People

Contributors

arturonereu avatar felinearts avatar russell-sng-unity3d avatar ciro-unity avatar danmillerdev avatar mchandler-unity avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.