Fix the missing right click menu for Unreal Engine Projects (.uproject)
When you right click on an Unreal Engine project file (.uproject), these is the kind of menu options you should see:
But what do you do if you only see this? :
The right click context menu is set up via the Windows Registry.
You could get someone to export their working keys for you, but their installation paths may be different to yours.
I've created a Windows batch file instead which will:
- Try to find the Unreal Engine installation path on your machine
- Add the necessary registry keys to register the Unreal Project type, and the right click options.
You need to make sure the batch file is run with administrator privileges, as it needs to write to HKLM.
You can download the batch file (zipped up): Unreal Project Menu Registration.
Here’s the source code:
Microsoft.Playwright.PlaywrightException: Error: The language "cmd" has no grammar.
at Object.highlight (http://127.0.0.1:41899/main.js:3978:11)
at eval (eval at evaluate (:226:30), :2:18)
at UtilityScript.evaluate (:233:19)
at UtilityScript. (:1:44)
at Microsoft.Playwright.Transport.Connection.InnerSendMessageToServerAsync[T](ChannelOwnerBase object, String method, Dictionary`2 dictionary, Boolean keepNulls) in /_/src/Playwright/Transport/Connection.cs:line 209
at Microsoft.Playwright.Transport.Connection.WrapApiCallAsync[T](Func`1 action, Boolean isInternal) in /_/src/Playwright/Transport/Connection.cs:line 535
at Microsoft.Playwright.Core.Frame.EvaluateAsync[T](String script, Object arg) in /_/src/Playwright/Core/Frame.cs:line 548
at SiteGen.Extensions.Markdown.Prism.PrismHost.Highlight(String source, String language)
at SiteGen.Extensions.Markdown.Prism.PrismCodeBlockRenderer.Write(HtmlRenderer renderer, PrismCodeBlock obj)