Skip to content

An Additive Async Multi-Scene Loader

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

Triple-A-Studios/TripleA-SceneManager

Repository files navigation

Triple A Studios - Scene Manager

An Additive Async Multi-Scene Loader for Unity.


Dependencies

  • Addressables: Installed automatically. Find it in unity package manager under unity registry.
  • SceneReference: Requires manual installation from GitHub. Download the package version 4.1.1 from GitHub.

Installation

Install the dependencies in your project.

Method 1 (Recommended):

Using Git Url:

  1. Copy the git URL.
  2. Open the package manager window in your unity project.
  3. Click on the little "+" icon in the top left corner and from the dropdown, select "Add package from git URL".
  4. Paste the URL, click "Add" button.

Method 2:

By Unity Package:

  1. Download the .unitypackage file from the Release Page.
  2. Import the package into your unity project.

Method 3 (Not Recommended):

Cloning the git repository directly(gives access unreleased features and access to the branches in development)

  1. Copy the git URL.
  2. Clone the repository directly into your project.

API Reference Documentation

Documentation website coming soon. Meanwhile, summary for each of the method is provided.


Change Log

View Changelog here.


Issues

No known issues as of 03 Oct 2024.


Future updates

Upcoming updates (as of 03 Oct 2024):

  • Add a package for normal scene loading(no additive multi scene loading support).
  • Make higher versions compatible with latest versions of Addressable packages.

Contributing guidelines:

If you wish to contribute to the project, please follow the general contribution guidelines as outlined below:

  • Fork the repository and create a branch from the main branch
  • Make your contributions and commit your changes to your branch
  • Submit a pull request detailing the changes made
  • Wait for your changes to be reviewed and merged

License information

This project is licensed under the MIT license, which can be found on the GitHub repository. The MIT license allows for the use, modification, and distribution of the code for both commercial and non-commercial purposes.


Contact information

For any bug reports, issues, or help regarding the setup of the project, please feel free to contact me on LinkedIn, Instagram @oily.oli, or mail me at [email protected]. My contact information can be found on my GitHub profile also. Alternatively you can leave comments on my itch page too.

About

An Additive Async Multi-Scene Loader

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages