inworld-ai / inworld-unity-full

Unity SDK for Inworld.ai. Create more realistic and believable worlds with characters powered by artificial intelligence.
https://docs.inworld.ai/docs/tutorial-integrations/Unity/
Other
63 stars 17 forks source link

Optional scene selection #44

Closed Div-Inworld closed 1 year ago

Div-Inworld commented 1 year ago

Duplicated the character chooser script into a SceneCharacterChooser script to keep the same logic for when a scene is selected. Modified the current CharacterChooser script incorporating logic from the SceneChooser to allow all characters in a given workspace to show up without having to select key or scene. Selecting a key and scene will further filter the shown characters from the workspace

realill commented 1 year ago

@Juniverse @Div-Inworld what is up with this PR?

Div-Inworld commented 1 year ago

@Juniverse @Div-Inworld what is up with this PR?

We have decided that this isnt the right way to implement it and that there should be a corresponding button for downloading all characters from a workspace rather than having it be automatic as it is in this PR

Div-Inworld commented 1 year ago

Newer PR from branch with cherrypicked changes to avoid merge errors