참고자료)
https://medium.com/@prithvibofficial/how-to-use-cursor-ai-with-unity-a32291f9e852
How to use Cursor AI with Unity
Cursor, aka “GitHub copilot on steroids” is an AI-powered code editor that promises to supercharge your productivity.
medium.com
1. Cursor에 유니티 설정하기
cursor에 extensions 설치하기
ctrl(command) + shift + x 를 눌러 extension창을 열수있습니다.
Debugger for unity를 설치합니다.
2. 유니티에 Cursor 설정하기
Package Manager를 엽니다
https://github.com/boxqkrtm/com.unity.ide.cursor
GitHub - boxqkrtm/com.unity.ide.cursor: Code editor integration for supporting Cursor as code editor for unity. Adds support for
Code editor integration for supporting Cursor as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc. 📦 [Mirrored from UP...
github.com
유니티에서 커서를 에디터로 사용할수있게 해주는 패키지를 설치합니다.
+를 눌러 Add package from git URL 를 선택합니다.
위 레포에서 클론해온 url https://github.com/boxqkrtm/com.unity.ide.cursor.git 을 붙혀넣고 add를 눌러 추가합니다.
Preferences에 External tools를 눌러 External script editor에서 Cursor를 선택합니다
이제 커서를 사용할수있습니다
'아때(unity)' 카테고리의 다른 글
유니티) Sprite로 변경시 이미지 외곽라인에 선이 생길때 (0) | 2025.04.02 |
---|---|
맥에서 Unity 개발 시 쓰기 좋은 IDE, Rider 무료화! (0) | 2025.02.03 |
unity lut asset (1) | 2023.11.17 |
유니티) Scoped registries (2) | 2023.06.28 |
유니티)firebase 연동시 오류들 (0) | 2023.06.27 |
댓글