Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
9woods123 committed Sep 2, 2024
1 parent 03f0d8a commit d875a23
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Unreal/Environments/Blocks/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Packaged/
/Makefile

# avoid checking uproject because this is usually just version change
*.uproject
# *.uproject

# avoid checking in MacOS XCode assets
*.xcworkspace
30 changes: 30 additions & 0 deletions Unreal/Environments/Blocks/Blocks.uproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"FileVersion": 3,
"EngineAssociation": "4.27",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Blocks",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"AirSim"
]
}
],
"Plugins": [
{
"Name": "AirSim",
"Enabled": true
},
{
"Name": "SteamVR",
"Enabled": false
},
{
"Name": "OculusVR",
"Enabled": false
}
]
}
Binary file modified Unreal/Plugins/AirSim/Content/Blueprints/BP_FlyingPawn.uasset
Binary file not shown.

0 comments on commit d875a23

Please sign in to comment.