Skip to content

Instantly share code, notes, and snippets.

View pasotee's full-sized avatar
🦅

Oprea Alexandru pasotee

🦅
View GitHub Profile
@MilkyEngineer
MilkyEngineer / Minimal-5.2.uproject
Last active June 11, 2024 05:32
Minimal project descriptor that "Disables Engine Plugins by Default" for Unreal Engine
{
"FileVersion": 3,
"EngineAssociation": "5.2",
"Description": "Minimum viable plugin dependencies for a usable Unreal Engine project",
"DisableEnginePluginsByDefault": true,
"Plugins": [
{
"Name": "PluginBrowser",
"Enabled": true
},