Edit of asset "Zone Loading System" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Zone Loading System | Zone Loading System |
Description |
This template shows you how your game can automatically load/unload zones according to your player position. By implementing this template in your game you can have a seamless world as big as needed, without loading screens. This works for both 2D games and 3D games, try the demo by executing this project. Note that it is not a chunk system based on distance to the player, if you need chunks loading for an open world, please check other solutions. You may leave feedback on the Github "Feedback" issue. Download the version on Github to get the latest changes. |
This is a dynamic zone loading system that automatically loads and unloads zones according to the player position, this allows huge game worlds without loading screen. The zones can be as big or as small as needed, and this can be combined with other optimization methods. If done carefully, the zone transitions will be invisible to the player. It can be used for 2D and 3D games, indoor and outdoor environments. |
Category | Templates | Templates |
License | CC0 | CC0 |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/Yogoda/ZoneLoadingSystem | https://github.com/Yogoda/ZoneLoadingSystem |
Issues Url | https://github.com/Yogoda/ZoneLoadingSystem/issues | https://github.com/Yogoda/ZoneLoadingSystem/issues |
Godot version | Godot 3.4 | Godot 3.2 |
Version String | 2.2 | 1.0 |
Download Commit | 36f65649a36634ac51a69f2ec97c48736ed25655 | d5f7da4d872df98783f7b3730aba40fe45b6825c |
Download Url (Computed) | https://github.com/Yogoda/ZoneLoadingSystem/archive/36f65649a36634ac51a69f2ec97c48736ed25655.zip | https://github.com/Yogoda/ZoneLoadingSystem/archive/d5f7da4d872df98783f7b3730aba40fe45b6825c.zip |
Icon Url |
https://raw.githubusercontent.com/Yogoda/ZoneLoadingSystem/master/icon.png
|
https://raw.githubusercontent.com/Yogoda/ZoneLoadingSystem/master/icon.png
|
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/Yogoda/ZoneLoadingSystem/master/screenshots/world.png
|
|
Thumbnail |
|
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/Yogoda/ZoneLoadingSystem/master/screenshots/demo.png
|
|
Thumbnail |
|