Binding System 2
  • Welcome
  • Product
    • Binding Values
    • Minimal UI
    • Pinning Fields
    • Extending the System
      • Bind Class
      • Converters
      • Modifiers
        • List of Available Modifiers (WIP)
      • Bind Rerouting
      • Accessor Providers
    • Demo
    • Settings
    • Troubleshooting
      • Errors Visualization
      • Live Debug
      • Path Value Preview
      • Refactoring
      • Bindings Dependencies
    • Reserializer
    • Performance
    • FAQ
    • External Extensions
      • Odin Inspector
    • ‼️Upgrading from Version 1
  • Change log
    • Changes from version 1
  • Third Party Licenses
Powered by GitBook
On this page

Was this helpful?

  1. Product

Upgrading from Version 1

Since Binding System 2 has moved to Packages instead of Assets folder, the upgrade process from version 1 needs to be the following:

  1. Close Unity Editor if it is open.

  2. Remove the folder Assets/BindingSystem.

  3. Open Unity Editor, most probably the Enter Safe Mode popup will show up, click Yes in that case to enter safe mode.

  4. Import the Binding System 2 package.

  5. In some cases, the installation may complete but without kicking off the plugin setup. In this case just restart Unity Editor.

PreviousOdin InspectorNextChange log

Last updated 5 months ago

Was this helpful?

‼️