Category : Uncategorized

Initializers (and Any<TValue> fields) support cross-scene references. To create a cross-scene reference, open two scenes in the Editor, and drag-and-drop an component from one into an Initializer in another one. This will make Init(args) automatically create a globally unique identifier (Guid) for the dragged Object, and assign a value provider into the Initializer argument field, which ..

Read more