2 Open Issues Need Help Last updated: Jul 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Rename the namespace of two C# files within a Unity project from `AIBTree.Editor` to `ArcBT.Editor` to maintain consistency within the ArcBT package. This involves updating the namespace declaration and potentially related `using` statements, followed by testing to ensure no compilation errors or runtime issues are introduced.

Complexity: 2/5
good first issue refactoring quick-fix

AI Summary: This task requires updating a Behaviour Tree system in Unity. It involves changing the keyword 'tree' to 'Tree' in all .bt files, updating the parser (BTParser.cs), modifying test files, updating documentation, and adjusting the VSCode extension to reflect this change. A phased approach is suggested to minimize disruption, including temporary backward compatibility and warnings.

Complexity: 4/5
documentation good first issue parser