Open the .uproject file in a text editor, what do you see?
Sir , I can’t even open unreal
You don’t need to open Unreal to open a text file.
share the full screen short which file , and where?
Could you show your project folder?
Right click the bottom “Shooter” file with the blue icon and use “Open in Code”, if you don’t have that context menu then “Open With…” > More Apps > Notepad (or other text editor)
No, that generates the project files. Use Open With… then more apps then notepad.
And what do you get clicking on Installed Plugins?
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?
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.