From 9b5e02b5a12d13cdbcc82b3e00e64b8d3f5de588 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 19 Nov 2019 15:29:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Fix=20invalid=20reference?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- X10D.Unity/.gitignore | 1 + X10D.Unity/README.md | 5 +++++ X10D.Unity/X10D.Unity.csproj | 7 ++----- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 X10D.Unity/.gitignore diff --git a/X10D.Unity/.gitignore b/X10D.Unity/.gitignore new file mode 100644 index 0000000..f1ff06d --- /dev/null +++ b/X10D.Unity/.gitignore @@ -0,0 +1 @@ +lib/ \ No newline at end of file diff --git a/X10D.Unity/README.md b/X10D.Unity/README.md index 0f353bf..3fe6c6b 100644 --- a/X10D.Unity/README.md +++ b/X10D.Unity/README.md @@ -10,3 +10,8 @@ Below is a list of the number of extension methods written for a given type. Ove | :--- | :--- | :--- | | `Material` | `X10D.Unity` | 1 | | `Vector3` | `X10D.Unity` | 5 | + +## Building +To build this library, you will need to reference lib/UnityEngine.CoreModule.dll + +You can find this library under `/Editor/Data/Managed/UnityEngine` \ No newline at end of file diff --git a/X10D.Unity/X10D.Unity.csproj b/X10D.Unity/X10D.Unity.csproj index f195701..270f610 100644 --- a/X10D.Unity/X10D.Unity.csproj +++ b/X10D.Unity/X10D.Unity.csproj @@ -39,11 +39,8 @@ - - F:\Program Files\Unity\2019.1.0f2\Editor\Data\Managed\UnityEngine\UnityEngine.dll - - F:\Program Files\Unity\2019.1.0f2\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + lib\UnityEngine.CoreModule.dll @@ -53,7 +50,7 @@ - {de210f83-fc9a-4c23-ac2c-7a060960f716} + {4a8cc062-8b82-4625-b3cc-7dbeab2af149} X10D