diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..9632211d Binary files /dev/null and b/.DS_Store differ diff --git a/gitignore b/gitignore new file mode 100644 index 00000000..8d85a98a --- /dev/null +++ b/gitignore @@ -0,0 +1,76 @@ +# ---> UnrealEngine +# Visual Studio 2015 user specific files +.vs/ + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib + + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app +*.ipa + +# These project files can be generated by the engine +*.xcodeproj +*.xcworkspace +*.sln +*.suo +*.opensdf +*.sdf +*.VC.db +*.VC.opendb + +# Precompiled Assets +SourceArt/**/*.png +SourceArt/**/*.tga + +# Binary Files +Binaries/* +Plugins/*/Binaries/* + +# Builds +Build/* + +# Whitelist PakBlacklist-.txt files +!Build/*/ +Build/*/** +!Build/*/PakBlacklist*.txt + +# Don't ignore icon files in Build +!Build/**/*.ico + +# Built data for maps +*_BuiltData.uasset + +# Configuration files generated by the Editor +Saved/* + +# Compiled source files for the engine to use +Intermediate/* +Plugins/*/Intermediate/* + +# Cache files for the editor to use +DerivedDataCache/* + diff --git a/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRulesManifest.json b/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRulesManifest.json index 71e6e9f5..0eb5ca76 100644 --- a/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRulesManifest.json +++ b/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRulesManifest.json @@ -1,10 +1,10 @@ { "SourceFiles": [ - "D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\hwanyoung2.Build.cs", - "D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\FMODStudio.Build.cs", - "D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudioEditor\\FMODStudioEditor.Build.cs", - "D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2.Target.cs", - "D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2Editor.Target.cs" + "/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Source/hwanyoung2/hwanyoung2.Build.cs", + "/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/FMODStudioEditor.Build.cs", + "/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/FMODStudio.Build.cs", + "/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Source/hwanyoung2.Target.cs", + "/Users/shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Source/hwanyoung2Editor.Target.cs" ], "EngineVersion": "5.1.1" } \ No newline at end of file diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-0FFDF9D84C2AAB33632C5FB3C97C5908/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-15812A6D294C1663D41E6999969D03BF/CrashReportClient.ini similarity index 100% rename from hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-0FFDF9D84C2AAB33632C5FB3C97C5908/CrashReportClient.ini rename to hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-15812A6D294C1663D41E6999969D03BF/CrashReportClient.ini diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-111A4365461AD7424A0FE19F7D484E46/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-16231F9A714A6882DBDDF796FA984DF1/CrashReportClient.ini similarity index 100% rename from hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-111A4365461AD7424A0FE19F7D484E46/CrashReportClient.ini rename to hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-16231F9A714A6882DBDDF796FA984DF1/CrashReportClient.ini diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-250402DB49FFD4E8CE039CA1C5E451B1/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-258744F0954BE0F530A05F833D85DC5C/CrashReportClient.ini similarity index 100% rename from hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-250402DB49FFD4E8CE039CA1C5E451B1/CrashReportClient.ini rename to hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-258744F0954BE0F530A05F833D85DC5C/CrashReportClient.ini diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-4CB3EA614F6B724DEE75B2AFBD62F08D/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-34EEC289FE4D9617CF67F4B263CA0A34/CrashReportClient.ini similarity index 100% rename from hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-4CB3EA614F6B724DEE75B2AFBD62F08D/CrashReportClient.ini rename to hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-34EEC289FE4D9617CF67F4B263CA0A34/CrashReportClient.ini diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-7E4BF4F74572E178B992978544017512/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-3B5637B3704968225734E1977AA9A755/CrashReportClient.ini similarity index 100% rename from hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-7E4BF4F74572E178B992978544017512/CrashReportClient.ini rename to hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-3B5637B3704968225734E1977AA9A755/CrashReportClient.ini diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-7F3A588D4740243A9A8A5DA1F3D7EECB/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-3FEFDE13C040C6AB015942BCAAA94AC5/CrashReportClient.ini similarity index 100% rename from hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-7F3A588D4740243A9A8A5DA1F3D7EECB/CrashReportClient.ini rename to hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-3FEFDE13C040C6AB015942BCAAA94AC5/CrashReportClient.ini diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-9AFD1D074DA5C6E216C97E8B8490C9E0/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-8229A4D1044074E7E57688B9C8584F35/CrashReportClient.ini similarity index 100% rename from hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-9AFD1D074DA5C6E216C97E8B8490C9E0/CrashReportClient.ini rename to hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-8229A4D1044074E7E57688B9C8584F35/CrashReportClient.ini diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-AD74CD37438CB75198DB3D871D6806CD/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-8FF2349872403D15924AA7A9DDD88FA9/CrashReportClient.ini similarity index 100% rename from hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-AD74CD37438CB75198DB3D871D6806CD/CrashReportClient.ini rename to hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-8FF2349872403D15924AA7A9DDD88FA9/CrashReportClient.ini diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-B4DA8D1341978C83B6782F9DC5AC1EDE/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-9C61CE582040342648FC0B93B81A7FDD/CrashReportClient.ini similarity index 100% rename from hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-B4DA8D1341978C83B6782F9DC5AC1EDE/CrashReportClient.ini rename to hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-9C61CE582040342648FC0B93B81A7FDD/CrashReportClient.ini diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-BB16AF374E7B6F2055FD268379683C58/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-BAE4B091BB445FC44B5D08B1D137D711/CrashReportClient.ini similarity index 100% rename from hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-BB16AF374E7B6F2055FD268379683C58/CrashReportClient.ini rename to hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-BAE4B091BB445FC44B5D08B1D137D711/CrashReportClient.ini diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-BEE332F741AD8A839D023CB8707AF5BE/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-BEE332F741AD8A839D023CB8707AF5BE/CrashReportClient.ini deleted file mode 100644 index 473a4143..00000000 --- a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-BEE332F741AD8A839D023CB8707AF5BE/CrashReportClient.ini +++ /dev/null @@ -1,5 +0,0 @@ -[CrashReportClient] -bHideLogFilesOption=false -bIsAllowedToCloseWithoutSending=true -CrashConfigPurgeDays=2 - diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-C336EB5A4128DC985C09328CAFDB596B/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-C336EB5A4128DC985C09328CAFDB596B/CrashReportClient.ini deleted file mode 100644 index 473a4143..00000000 --- a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-C336EB5A4128DC985C09328CAFDB596B/CrashReportClient.ini +++ /dev/null @@ -1,5 +0,0 @@ -[CrashReportClient] -bHideLogFilesOption=false -bIsAllowedToCloseWithoutSending=true -CrashConfigPurgeDays=2 - diff --git a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-E777C43A433E0665EF4C139897D6D96B/CrashReportClient.ini b/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-E777C43A433E0665EF4C139897D6D96B/CrashReportClient.ini deleted file mode 100644 index 473a4143..00000000 --- a/hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-E777C43A433E0665EF4C139897D6D96B/CrashReportClient.ini +++ /dev/null @@ -1,5 +0,0 @@ -[CrashReportClient] -bHideLogFilesOption=false -bIsAllowedToCloseWithoutSending=true -CrashConfigPurgeDays=2 - diff --git a/hwanyoung2/Saved/Config/MacEditor/Compat.ini b/hwanyoung2/Saved/Config/MacEditor/Compat.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Compat.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/ControlRig.ini b/hwanyoung2/Saved/Config/MacEditor/ControlRig.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/ControlRig.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/DatasmithContent.ini b/hwanyoung2/Saved/Config/MacEditor/DatasmithContent.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/DatasmithContent.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/DeviceProfiles.ini b/hwanyoung2/Saved/Config/MacEditor/DeviceProfiles.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/DeviceProfiles.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/Editor.ini b/hwanyoung2/Saved/Config/MacEditor/Editor.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Editor.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/EditorPerProjectUserSettings.ini b/hwanyoung2/Saved/Config/MacEditor/EditorPerProjectUserSettings.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/EditorPerProjectUserSettings.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/EditorScriptingUtilities.ini b/hwanyoung2/Saved/Config/MacEditor/EditorScriptingUtilities.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/EditorScriptingUtilities.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/Engine.ini b/hwanyoung2/Saved/Config/MacEditor/Engine.ini new file mode 100644 index 00000000..f6eca7ff --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Engine.ini @@ -0,0 +1,48 @@ +[Core.System] +Paths=../../../Engine/Content +Paths=%GAMEDIR%Content +Paths=../../../Engine/Plugins/Bridge/Content +Paths=../../../Engine/Plugins/VirtualProduction/Takes/Content +Paths=../../../Engine/Plugins/FX/Niagara/Content +Paths=../../../Engine/Plugins/Runtime/ResonanceAudio/Content +Paths=../../../Engine/Plugins/Runtime/AudioWidgets/Content +Paths=../../../Engine/Plugins/Runtime/MeshModelingToolset/Content +Paths=../../../Engine/Plugins/Runtime/AudioSynesthesia/Content +Paths=../../../Engine/Plugins/Runtime/Synthesis/Content +Paths=../../../Engine/Plugins/Runtime/StateTree/Content +Paths=../../../Engine/Plugins/Runtime/GeometryProcessing/Content +Paths=../../../Engine/Plugins/Runtime/WaveTable/Content +Paths=../../../Engine/Plugins/Runtime/Metasound/Content +Paths=../../../Engine/Plugins/Runtime/GameplayStateTree/Content +Paths=../../../Engine/Plugins/Editor/BlueprintHeaderView/Content +Paths=../../../Engine/Plugins/Editor/ModelingToolsEditorMode/Content +Paths=../../../Engine/Plugins/Editor/GLTFImporter/Content +Paths=../../../Engine/Plugins/Editor/GeometryMode/Content +Paths=../../../Engine/Plugins/Editor/SpeedTreeImporter/Content +Paths=../../../Engine/Plugins/Media/MediaPlate/Content +Paths=../../../Engine/Plugins/Interchange/Runtime/Content +Paths=../../../Engine/Plugins/Animation/ControlRigSpline/Content +Paths=../../../Engine/Plugins/Animation/ControlRig/Content +Paths=../../../Engine/Plugins/Animation/IKRig/Content +Paths=../../../Engine/Plugins/Media/MediaCompositing/Content +Paths=../../../Engine/Plugins/2D/Paper2D/Content +Paths=../../../Engine/Plugins/Experimental/Dataflow/Content +Paths=../../../Engine/Plugins/Experimental/MeshLODToolset/Content +Paths=../../../Engine/Plugins/Experimental/ChaosNiagara/Content +Paths=../../../Engine/Plugins/Experimental/PythonScriptPlugin/Content +Paths=../../../Engine/Plugins/Experimental/GeometryFlow/Content +Paths=../../../Engine/Plugins/Experimental/ChaosSolverPlugin/Content +Paths=../../../Engine/Plugins/Experimental/UVEditor/Content +Paths=../../../Engine/Plugins/Experimental/MeshModelingToolsetExp/Content +Paths=../../../Engine/Plugins/Experimental/ChaosCaching/Content +Paths=../../../Engine/Plugins/Experimental/ChaosClothEditor/Content +Paths=../../../Engine/Plugins/Experimental/FullBodyIK/Content +Paths=../../../Engine/Plugins/Experimental/GeometryCollectionPlugin/Content +Paths=../../../Engine/Plugins/Developer/AnimationSharing/Content +Paths=../../../Engine/Plugins/MovieScene/SequencerScripting/Content +Paths=../../../Engine/Plugins/Enterprise/GLTFExporter/Content +Paths=../../../Engine/Plugins/Enterprise/DatasmithContent/Content +Paths=../../../Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Content +Paths=../../../Engine/Plugins/Editor/ObjectMixer/LightMixer/Content +Paths=../../../../../../shay/Documents/GitHub/Illusion-UE5/hwanyoung2/Plugins/FMODStudio/Content + diff --git a/hwanyoung2/Saved/Config/MacEditor/EnhancedInput.ini b/hwanyoung2/Saved/Config/MacEditor/EnhancedInput.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/EnhancedInput.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/FullBodyIK.ini b/hwanyoung2/Saved/Config/MacEditor/FullBodyIK.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/FullBodyIK.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/GLTFExporter.ini b/hwanyoung2/Saved/Config/MacEditor/GLTFExporter.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/GLTFExporter.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/Game.ini b/hwanyoung2/Saved/Config/MacEditor/Game.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Game.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/GameUserSettings.ini b/hwanyoung2/Saved/Config/MacEditor/GameUserSettings.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/GameUserSettings.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/GameplayAbilities.ini b/hwanyoung2/Saved/Config/MacEditor/GameplayAbilities.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/GameplayAbilities.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/GameplayStateTree.ini b/hwanyoung2/Saved/Config/MacEditor/GameplayStateTree.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/GameplayStateTree.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/GameplayTags.ini b/hwanyoung2/Saved/Config/MacEditor/GameplayTags.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/GameplayTags.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/Hardware.ini b/hwanyoung2/Saved/Config/MacEditor/Hardware.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Hardware.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/Input.ini b/hwanyoung2/Saved/Config/MacEditor/Input.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Input.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/Interchange.ini b/hwanyoung2/Saved/Config/MacEditor/Interchange.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Interchange.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/Lightmass.ini b/hwanyoung2/Saved/Config/MacEditor/Lightmass.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Lightmass.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/Metasound.ini b/hwanyoung2/Saved/Config/MacEditor/Metasound.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Metasound.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/Niagara.ini b/hwanyoung2/Saved/Config/MacEditor/Niagara.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Niagara.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/Paper2D.ini b/hwanyoung2/Saved/Config/MacEditor/Paper2D.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Paper2D.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/RuntimeOptions.ini b/hwanyoung2/Saved/Config/MacEditor/RuntimeOptions.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/RuntimeOptions.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/Scalability.ini b/hwanyoung2/Saved/Config/MacEditor/Scalability.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Scalability.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/StateTree.ini b/hwanyoung2/Saved/Config/MacEditor/StateTree.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/StateTree.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/StructUtils.ini b/hwanyoung2/Saved/Config/MacEditor/StructUtils.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/StructUtils.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/Synthesis.ini b/hwanyoung2/Saved/Config/MacEditor/Synthesis.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/Synthesis.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/TraceDataFilters.ini b/hwanyoung2/Saved/Config/MacEditor/TraceDataFilters.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/TraceDataFilters.ini @@ -0,0 +1 @@ + diff --git a/hwanyoung2/Saved/Config/MacEditor/VariantManagerContent.ini b/hwanyoung2/Saved/Config/MacEditor/VariantManagerContent.ini new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hwanyoung2/Saved/Config/MacEditor/VariantManagerContent.ini @@ -0,0 +1 @@ +