Accessing variables outside of the reorderable list
Opened this issue · 2 comments
Is it possible to have editable values outside of the reorderable list? When I try to have say, a public string title;
and a reorderable list, the string is hidden in the editor.
I cannot find any samples that cover this issue.
Get Warnings:
Assets/Mochineko/SimpleReorderableListSamples/NestedMultiProperty/NestedMultiPropertySample.cs(25,20): warning CS0414: The field 'NestedMultiPropertySample.SampleElement.vector' is assigned but its value is never used
Assets/Mochineko/SimpleReorderableListSamples/NestedMultiProperty/NestedMultiPropertySample.cs(21,19): warning CS0414: The field 'NestedMultiPropertySample.SampleElement.bounds' is assigned but its value is never used
Assets/Mochineko/SimpleReorderableListSamples/NestedMultiProperty/NestedMultiPropertySample.cs(19,17): warning CS0414: The field 'NestedMultiPropertySample.SampleElement.rect' is assigned but its value is never used
Loaded up the package but cannot open the List area. Clicking arrows (Ex FullyFixedSample > Texts) does nothing .
Is there some additonal setup that needs to be done for these to be active?