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..7ae1036 Binary files /dev/null and b/Distribution/GameData/ConformalDecals/Plugins/ConformalDecals.dll differ 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'"