Open Issues Need Help
View All on GitHub Editor名前空間の統一: AIBTree.Editor → ArcBT.Editor about 1 month ago
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
.btファイルの'tree'キーワードを'Tree'に統一 about 1 month ago
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