Adds AVRFramework

This commit is contained in:
2021-09-16 00:32:46 +02:00
parent 52addebf4f
commit e1c2ce6e97
1639 changed files with 8357 additions and 0 deletions

38
lidarforest.uproject Normal file
View File

@@ -0,0 +1,38 @@
{
"FileVersion": 3,
"EngineAssociation": "4.27",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "lidarforest",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "WebBrowserWidget",
"Enabled": true
},
{
"Name": "EditorScriptingUtilities",
"Enabled": true
},
{
"Name": "GoogleARCore",
"Enabled": true,
"SupportedTargetPlatforms": [
"Android"
]
},
{
"Name": "SteamController",
"Enabled": true
},
{
"Name": "HDRIBackdrop",
"Enabled": true
}
]
}