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
  2. Troubleshooting

Path Value Preview

PreviousLive DebugNextRefactoring

Last updated 6 months ago

Was this helpful?

Sometimes it is useful to have a look at a certain value when binding it in edit time. This functionality let the user to see the data pointed by the path string value and also to edit it when enabling the edit button. The preview is only available to potentially all fields and compatible properties (mostly auto-properties with Odin Inspector). The EDIT option is available for all serialized fields.

If the value is part of a complex object, for example, a vector component, or an item in an array or list, the whole complex object will be previewed (the vector, the array, the list).

If a property has its baking field with similar name, most probably this property will become previewable when its path is assigned to other objects.

The option APPLY NOW when enabled, will update the bound field even in edit mode.

Readonly view of the value pointed by the path
Data preview and modification when pointed by the path