Downloads

← Back Basic 2D example
Version:
1.2
Format:
Unity project zip archive
Dependencies:
BGDatabase

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

  1. Very simple project with simple scripts
  2. Code generation usage example
  3. Data binders usage example
  4. Save Load addon usage example

Video tutorial

Setup:

  1. Download zip archive, unzip it and open the project in Unity Editor (version >= 2019 LTS). Ignore error messages
  2. Import BGDatabase asset
  3. If you use Unity 2022, you may see compilation errors in the console. Import "Unity UI" package using Unity package manager
  4. 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 release

Releases

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
← Back to Downloads