An open API service indexing awesome lists of open source software.

https://github.com/fronkongames/gamework-scene

Async scene loading management module.
https://github.com/fronkongames/gamework-scene

gamedev gamedev-framework gamedev-library gamedevelopment unity unity-framework unity-scripts unity3d

Last synced: 13 days ago
JSON representation

Async scene loading management module.

Awesome Lists containing this project

README

        


Async Scene Loading Management





version


license


top language

โš ๏ธStill In Early Development โš ๏ธ


## ๐Ÿ”ง Requisites

- Unity 2020.3 or higher.
- [Game:Work Core](https://github.com/FronkonGames/GameWork-Core).
- [Game:Work Foundation](https://github.com/FronkonGames/GameWork-Foundation).
- Test Framework 1.1.31 or higher.

## ๐Ÿš€ Installation

### Editing your 'manifest.json'

- Open the manifest.json file of your Unity project.
- In the section "dependencies" add:

```
{
...
"dependencies":
{
...
"FronkonGames.GameWork.Modules.Scene": "git+https://github.com/FronkonGames/GameWork-Scene.git",
"FronkonGames.GameWork.Core": "git+https://github.com/FronkonGames/GameWork-Core.git",
"FronkonGames.GameWork.Foundation": "git+https://github.com/FronkonGames/GameWork-Foundation.git"
}
...
}
```

## ๐Ÿ“œ License

Code released under [MIT License](https://github.com/FronkonGames/GameWork-Scene-Module/blob/main/LICENSE).