diff --git a/Unreal/Environments/Blocks/.gitignore b/Unreal/Environments/Blocks/.gitignore index 5dba4e3..06d96f2 100644 --- a/Unreal/Environments/Blocks/.gitignore +++ b/Unreal/Environments/Blocks/.gitignore @@ -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 diff --git a/Unreal/Environments/Blocks/Blocks.uproject b/Unreal/Environments/Blocks/Blocks.uproject new file mode 100644 index 0000000..0b19e49 --- /dev/null +++ b/Unreal/Environments/Blocks/Blocks.uproject @@ -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 + } + ] +} \ No newline at end of file diff --git a/Unreal/Plugins/AirSim/Content/Blueprints/BP_FlyingPawn.uasset b/Unreal/Plugins/AirSim/Content/Blueprints/BP_FlyingPawn.uasset index 0f4b261..8347a57 100644 Binary files a/Unreal/Plugins/AirSim/Content/Blueprints/BP_FlyingPawn.uasset and b/Unreal/Plugins/AirSim/Content/Blueprints/BP_FlyingPawn.uasset differ