Skip to content

v2.1.0

Latest

Choose a tag to compare

@HardCodeDev777 HardCodeDev777 released this 23 Nov 05:44
· 3 commits to main since this release

Unity

  • Added full support for IL2CPP, by writing native C++ plugin.
  • Replaced all Coroutines and Tasks with UniTask.
  • Ollama, TTS and Json logics from one large BaseAgentController.cs was splitted into their own modules. Now BaseAgentController.cs is much cleaner.
  • Whisper now fully integrated in UnityNeuroSpeech package. That means that now you don't need to install it manually and that I can easily modify it. Already was deleted a lot of unnecessary code .
  • Added AgentState struct(again, but now with more fields).
  • Removed SafeExecutionUtils.cs, ReflectionUtils.cs, AgentManager.cs.
  • AgentManager was moved to AgentUtils.cs.
  • Improved code comments, logs, and internal validation.

Setup

  • Added dependencies validation.

Full Changelog: v2.0.0...v2.1.0