JetBrains / RiderSourceCodeAccess

Plugin for UE4 to user Rider for Unreal Engine as code editor
Apache License 2.0
112 stars 21 forks source link

UE4.27 doesnt show up Rider in code editor dropdown. #14

Open oncul opened 2 years ago

oncul commented 2 years ago

UE4.27 doesnt show up Rider in code editor dropdown.

I am using OSX M1.

hellg1 commented 2 years ago

Hello, @oncul! Due to Rider for Unreal Engine was merged in Rider, current version of RiderSourceCodeAccess which is bundled under Engine, doesn't track Rider 2022.1. This misbehavior is actually fixed in the master branch of plugin, so, please, follow this instructions:

Hope that helps, cheers!

Philipp-sama123 commented 2 years ago

Hello, I did as you proposed and as it is written in the docu, but i get then the error that the plugin is not available when starting the editor. Is there any other possibility like with the "import" in the unreal project? Also using OsX M1, Thanks

ericwomer commented 2 years ago

@Philipp-sama123 You will have to rebuild your project via and IDE or from the command line, like on Linux

make ${YourProjectNameHere}Editor

Where you rebuild your project and then load up the project into UE4Editor.

Philipp-sama123 commented 2 years ago

Thanks a lot! Worked for me 👌

jiten-thakkar commented 1 year ago

FYI: this PR fixes the issue.