I open Unreal Engine It show's the error which is the plug in is missing?

Weird. Does it load if you disable them via editing the .uproject file like so

{
	"FileVersion": 3,
	"EngineAssociation": "4.27",
	"Category": "",
	"Description": "",
	"Modules": [
		{
			"Name": "MyProject",
			"Type": "Runtime",
			"LoadingPhase": "Default"
		}
	],
	"Plugins": [
		{
			"Name": "AnimationSharing",
			"Enabled": false
		},
        {
            "Name": "SteamVR",
            "Enabled": false
        }
	]
}

The plugin part is the addition.

I Found Something , Here is the Thing Today I open Direct Unreal Engine ,After Words When i Open Epic Luncher It’s not Log in , so Might be there is the issue the unreal connect with epic , so might be waht do you think?

You don’t need to be signed into the Epic Games Launcher to use Unreal

OHH , so There is Another Cause I think

What did you get by editing the .uproject file to disable the plugins?

where I can disable and How?

Open the .uproject file in a text file as before and edit it like I showed

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms