Hey there i have unreal engine 5.0.1 is it possible to downgrade to 5.0.0 or early acess?

As you can see in my question i want to downgrade to 5.0.0 or ea but i cant find out how. Is it possible? A friend of mine made an plugin i need to use for my game, it worked in 5.0.0 and ea but not in 5.0.1 He cant find the problem based on the logs that come when my editor crashes because of the plugin. Because of this i’ve lost many hours of work because of the crashes. Please help me

Yes, it’s possible.

You’d need to join the Github org, clone the engine repo, check out whatever release you want (every release is tagged) and then build the engine from source.

Doing this will take you many hours, it’s probably easier just to find and fix the bug in the current version of the editor.

Compile your game in debug mode and then use the debugger to locate the crash. If you need help with that take a look at how to debug C++ with Visual Studio.

Here’s the repo since you asked, though I don’t recommend doing what you’re asking about doing:

https://github.com/EpicGames/UnrealEngine

thanks i payed someone to go throught the plugin and fix the error
thanks for the help tho!