PersesTitan(페르) 기술블로그

[Godot] Rider(고도 C#) 사용하는 법 본문

Framework/Godot

[Godot] Rider(고도 C#) 사용하는 법

PersesTitan(페르) 2023. 12. 2. 14:02

해당 글은 macos 기준으로 작성되었습니다.

os가 다르더라도 설정 방법은 유사하니 참고바랍니다.

설치한 환경 

  1. Godot 버전 : 4.2
  2. 환경 : Mac OS (M1)

초기 설치

Godot 설치 링크

C# (Sharp)를 사용하실 분은 위에 Godot Engine이 아닌 하단 Godot Engine - .NET으로 설치하셔야 합니다.

아래 링크중 자신에게 맞는 버전을 설치하시면 됩니다.

  1. macos: https://godotengine.org/download/macos/
  2. windows: https://godotengine.org/download/windows/
  3. linux: https://godotengine.org/download/linux/

 

Rider 설치 링크

https://www.jetbrains.com/ko-kr/rider/

 

Rider: JetBrains의 크로스 플랫폼 .NET IDE

 

www.jetbrains.com

https://godotengine.org/download/linux/

 

.NET 설치 링크 

 

https://dotnet.microsoft.com/en-us/download

 

Download .NET (Linux, macOS, and Windows)

Free downloads for building and running .NET apps on Linux, macOS, and Windows. Runtimes, SDKs, and developer packs for .NET Framework, .NET, and ASP.NET.

dotnet.microsoft.com

Godot 설정

에디터 -> 에디터 설정 

에디터 설정

에디터 설정에서 External Editer를 JetBrains Rider and Fleet로 변경해주세요.

Rider

플러그인 설치

https://plugins.jetbrains.com/plugin/13882-godot-support

 

Godot Support - IntelliJ IDEs Plugin | Marketplace

Adds support for the Godot engine (C#). Further information on github.

plugins.jetbrains.com

이후 Godot에서 C#를 생성하면 자동으로 Rider가 열립니다.

 

자동으로 열린 Rider에서는 세팅이 자동으로 되어 있는 모습을 볼 수 있습니다. Run 버튼을 누르면 제대로 실행되는 모습을 볼 수 있었습니다.