Devast.io 2 (Unity Clone)
Yamete
MemberDevast.io 2 - Open Source Unity Clone & Codebase
Background
When Devast.io updates started slowing down and the active player base began to drop, a project was started to completely recreate the game in the Unity engine. Originally, the goal was to keep the game alive. However, as time passes and people grow up and move on to other things, it mostly just remains as a nostalgic project.
Instead of letting the files sit unused, the source code is being released publicly for the web archives and anyone in the Devast.io community who wants to mess around with it.
Project Details & Features
The game is unfinished, but a very solid technical foundation was built. Anyone can take this code, fork the repository, and continue working on it or use it to learn Unity.
The current GitHub build includes:
-
Networking Base: Multiplayer support is set up using Mirror for Unity, handling the core server/client communication.
-
Game Assets: All the original items are loaded and configured in the engine.
-
Custom Environments: Custom block textures and 3D models are fully integrated.
-
Mechanics: Projectiles, basic combat, and hit registration are set up and working.
-
UI System: A fully functional inventory and crafting menu is implemented.
Source Code & Media
The full repository is open-source and free for anyone to use, modify, or study.