본문 바로가기
아때(unity)

유니티) Cursor ai 유니티에서 사용하기

by 때려쳐아니때려치지마 2025. 5. 10.

참고자료)

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를 선택합니다

이제 커서를 사용할수있습니다

 

댓글