init project & add trees/ rocks

This commit is contained in:
Shuo Feng 2025-05-18 23:08:20 -04:00
commit 21148c0aef
Signed by untrusted user who does not match committer: sfeng
GPG key ID: 1E83AE6CD1C037B1
568 changed files with 1933 additions and 0 deletions

23
PCG_Playground.uproject Normal file
View file

@ -0,0 +1,23 @@
{
"FileVersion": 3,
"EngineAssociation": "5.6",
"Category": "",
"Description": "",
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "PCG",
"Enabled": true
},
{
"Name": "PCGGeometryScriptInterop",
"Enabled": true
}
]
}