MetaGenAI / MetaGenNeos

Neos Interface for the MetaGen system. Record and Playback
MIT License
12 stars 1 forks source link

Update the Bot UI #14

Open guillefix opened 3 years ago

guillefix commented 3 years ago

Update the UI system: https://github.com/MetaGenAI/MetaGenNeos/blob/main/metagen/Bot/BotPanelUI.cs to grab references from a Neos-built UI, to make it easier to update the UI (and try sirkitree's UI prototype)

Similarly for the Animation UI, we can do the same https://github.com/MetaGenAI/MetaGenNeos/blob/main/metagen/Recorders/AnimationRecording/AnimationRecorder.cs#L291.

A workflow will need to be designed for this, where the Bot is able to grab a Slot reference when developing the UI. And then on production, the slot will upload that slot to its own Neos inventory, grab the Neos Cloud link, and use it in the future (by spawning)

sirkitree commented 1 year ago

Here's a general outline to approach this issue: