GDQuest / godot-steering-ai-framework

A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.

Home Page:http://gdquest.com/docs/godot-steering-ai-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a main scene that allows you to run all the demos?

NathanLovato opened this issue · comments

Considering we have demos, how about having a default scene that:

  1. Opens with the project, instead of leaving you on a blank viewport.
  2. Runs when pressing F5.
  3. Allows you to cycle through the demos, loading them on the fly.

It should probably auto-discover the demos too, easy enough by finding all files that are named *demo*.tscn (case insensitive check). We can adapt the code from Collector.gd to do just that.