ResoniteModdingGroup / MonkeyLoader.GamePacks.Resonite

MonkeyLoader Game Pack which provides hooks for Resonite mods.
https://resonitemoddinggroup.github.io/MonkeyLoader.GamePacks.Resonite/
GNU Lesser General Public License v3.0
15 stars 2 forks source link

Add SyncArray<TubePoint> proxying and SyncCurve<T> proxying to SyncArrayEditor, generate button to grab the array ref #67

Closed Nytra closed 2 months ago

Nytra commented 2 months ago

Closes #66

Might also need to add some handling for driven arrays, since those cause errors in updating the UI when adding/removing list elements in the proxy list (See BezierCurve component for example of array drive)

Edit: driven arrays are handled now, the list will not be generated in this case