애니메이션 추가
This commit is contained in:
@@ -12,7 +12,7 @@ public static class ChatSetupMenu
|
||||
{
|
||||
const string ObjectName = "ChatSystem";
|
||||
|
||||
[MenuItem("Tools/Desktop Overlay/6. Add Chat Window To Scene")]
|
||||
[MenuItem("Tools/Desktop Overlay/8. Add Chat Window To Scene")]
|
||||
public static void AddChatSystem()
|
||||
{
|
||||
var existing = Object.FindFirstObjectByType<ChatController>();
|
||||
@@ -44,7 +44,7 @@ public static void AddChatSystem()
|
||||
$"(파일로 직접 넣으려면 {ChatConfig.ConfigPath}, 또는 환경 변수 ANTHROPIC_API_KEY)");
|
||||
}
|
||||
|
||||
[MenuItem("Tools/Desktop Overlay/7. Open Chat Config Folder")]
|
||||
[MenuItem("Tools/Desktop Overlay/9. Open Chat Config Folder")]
|
||||
public static void OpenConfigFolder()
|
||||
{
|
||||
string dir = ChatConfig.ConfigDirectory;
|
||||
|
||||
Reference in New Issue
Block a user