Description
2D variant of our Basic 3D game project.
Basic 3D game
project has text manual and all concepts, described there, are also applicable to this project.
Features
- Very simple project with simple scripts
- Code generation usage example
- Data binders usage example
- Save Load addon usage example
Video tutorial
Setup:
- Download zip archive, unzip it and open the project in Unity Editor (version >= 2019 LTS). Ignore error messages
- Import BGDatabase asset
- If you use Unity 2022, you may see compilation errors in the console. Import "Unity UI" package using Unity package manager
- Run example scene (BGDatabaseBasic2DExample/Scene/Scene1.unity)
Using builtin SaveLoad addon controller for adding new scenes after release
Read the detailed guide about using builtin controller for adding new scenes after game releaseReleases
Click to see all releases
Version | Release date | Log |
---|---|---|
1.2 | Jul 18, 2024 | Version table and custom controllers are removed in favor of builtin controller |
1.1 | Jul 14, 2024 | Added Version table and SaveLoad addon's row controller for adding new scenes after game release (read the guide from our 3D example project for more details) |
1.0 | December 12, 2018 | Initial release |