Async Scene Loading Management
- Unity 2020.3 or higher.
- Game:Work Core.
- Game:Work Foundation.
- Test Framework 1.1.31 or higher.
- 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"
}
...
}
Code released under MIT License.