From 60234cbf7c7220c9116fb766d776d0dc4d49d45a Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 30 May 2020 14:24:31 -0700 Subject: [PATCH] First compile --- .gitattributes | 1 + .gitignore | 1 + .../GameData/ConformalDecals/Plugins/ConformalDecals.dll | 3 +++ Source/ConformalDecals/ConformalDecals.csproj | 5 ++++- 4 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Distribution/GameData/ConformalDecals/Plugins/ConformalDecals.dll diff --git a/.gitattributes b/.gitattributes index 2268346..f6e6670 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,4 @@ *.mu filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text *.tif filter=lfs diff=lfs merge=lfs -text +*.dll filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index ec04f0c..205a2d3 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ ExportedObj/ # Binaries and support files Source/ConformalDecals/dlls +Source/ConformalDecals/bin !Source/ConformalDecals.sln !Source/ConformalDecals/ConformalDecals.csproj diff --git a/Distribution/GameData/ConformalDecals/Plugins/ConformalDecals.dll b/Distribution/GameData/ConformalDecals/Plugins/ConformalDecals.dll new file mode 100644 index 0000000..d94dfc0 --- /dev/null +++ b/Distribution/GameData/ConformalDecals/Plugins/ConformalDecals.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73cd94acb4687058e5a69522168bcd31d6ce65a9ba7be7cffe4fa8d76a1ca0fc +size 23552 diff --git a/Source/ConformalDecals/ConformalDecals.csproj b/Source/ConformalDecals/ConformalDecals.csproj index 4e04a3b..3d846fd 100644 --- a/Source/ConformalDecals/ConformalDecals.csproj +++ b/Source/ConformalDecals/ConformalDecals.csproj @@ -38,6 +38,9 @@ dlls/Shabby.dll + + dlls\UnityEngine.dll + dlls\UnityEngine.CoreModule.dll @@ -56,6 +59,6 @@ - sh -e -c "cp -v '$(TargetPath)' '$(SolutionDir)/Releases/ConformalDecals/Gamedata'" + sh -e -c "cp -v '$(TargetPath)' '$(SolutionDir)/../Distribution/GameData/ConformalDecals/Plugins'"