Seamless Level Loading Test
A downloadable game for Windows, macOS, and Linux
(Press ESC to quit the tech demo at any time.)
We're slowly developing things in the background and it hurts how slow it's going.
But we present to you an example of a script we made that, with some additions to the player script, will allow for seamless loading between levels similar to Half-Life. All it mainly took was a measly 5 function lines out of 17 total lines of a script to work.
This is just two levels set up to demonstrate this script while also looking nice. If for some reason your computer can't run this demo, try looking at the TI-83 graphics option.
Status | Prototype |
Platforms | Windows, macOS, Linux |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Gorgi Games |
Made with | Unity |
Tags | Abstract, Atmospheric, demo, Escape Game, Experimental, Low-poly, Minimalist, Shadows, Singleplayer, Unity |
Average session | A few seconds |
Inputs | Keyboard, Gamepad (any) |
Download
Development log
- Quick patch to initial release (Update)Feb 12, 2018
Comments
Log in with itch.io to leave a comment.
Works good. Any chance of releasing the level loading code?
Sorry for the late reply. I uploaded most of the assets from our test project to GitHub just now, along with a description of how it basically works. https://github.com/akhcade/Seamless-Level-Loading-Test The basic idea is "after calling the load level function, we wait a frame before moving the player to his new correct position". Reply if you have any questions, thanks ~Lead Dev
Thanks!