Browse Source

Merge pull request #9 from benjamingregory/main

Add ai assistants section
Stephens Nunnally 3 months ago
parent
commit
f7a5bd172a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -68,6 +68,7 @@ This includes things typically not found in low-level game engines, app / game f
     - [Transparency](#transparency)
 - [Tools / Software](#tools--software)
     - [2D Game Dev](#2d-game-dev)
+    - [AI Assistants](#ai-assistants)
     - [Animation Software](#animation-software)
     - [Audio Tools](#audio-tools)
     - [Color / Palettes](#color--palettes)
@@ -1252,6 +1253,10 @@ _Software to help with game engine / video game development._
 - 💰 [Texture Packer](https://www.codeandweb.com/texturepacker) - Create sprite sheets and optimize your game graphics.
 - 🆓 [Tiled](https://www.mapeditor.org) - General-purpose tile map editor for all tile-based games. [[Source](https://github.com/mapeditor/tiled)]
 
+### AI Assistants
+- 💸 [Coplay](https://www.coplay.dev?ref=github&utm_source=stevinz_awesome_game_engine_dev) - Multi-agent AI Assistant for all aspects of Unity game developement
+- 💸 [Unity Muse](https://unity.com/products/muse) - Unity's suite of AI products
+
 ### Animation Software
 - 💸 [Cascadeur](https://cascadeur.com) - 3D animation software for physics-based character animation.
 - 🆓 [DragonBones](https://dragonbones.github.io/en/index.html) - Open source 2D game skeletal animation solution. [[Source](https://github.com/DragonBones/)]