Updating your 2.0 project

Updating to a new 2.0 version

Updating to a minor version is very easy, but you need to be careful about a few things:

Do not re-import the Database folder under Blink>Tools>RPGBuilder>Database

If you do, it will override your current database, and will cause conflicts with your own entries.

In short, only import the database if you never modified it yet.

Unity Packages are setup to override any matching file in your project, so always make sure that you are ok with it overriding your files under the Blink folder.

In general, it is better to always duplicate the default files provided in the Blink folder, before you make your own changes to it. That way, updates won't override your changes, only the default files.

If you added your own code in any of the Blink scripts, you will need to either:

  1. Import the updated ones and merge your code back to it
  2. Import the code in an other project, and merge it back to your custom ones

In most cases, your changes will be smaller than the ones in the update, so I suggest you to import the scripts from the new RPG Builder version, and simply merge your changes back in using a diff checker software.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard