VISAB-ORG / VISAB

VISAB is a standalone utility to visualize artificial intelligence agent behavior in games.
1 stars 0 forks source link

E project cleanup #38

Closed leRoe93 closed 3 years ago

leRoe93 commented 3 years ago

As discussed I moved everything we do not need anymore to a deprecated packages and put annotations to it so it is obvious to everyone. Currently this includes:

Furthermore the WebApi now starts instead of the UnityDataServer in headless mode.

mfroeh commented 3 years ago

Nice 👍 I think we should start the API only from the Main class. In the GUI we should only shut it down.

So we would launch always launch the API, regardless of mode (aslong as mode is accepted). Currently the API is started by the GUIMain which is bad xD

leRoe93 commented 3 years ago

Added request from @VocalTrance -> now merging this.