From 06f025b506aa2023566f4c340657641f411e591d Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Mon, 8 Oct 2018 13:08:12 -0400 Subject: [PATCH] gsUnityVR needs to be dependency for asmdefs...will this work if it is not included though? ugh. --- frame3Sharp.asmdef | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frame3Sharp.asmdef b/frame3Sharp.asmdef index 6b76c1a..d5bd1d9 100644 --- a/frame3Sharp.asmdef +++ b/frame3Sharp.asmdef @@ -1,7 +1,8 @@ { "name": "frame3Sharp", "references": [ - "geometry3Sharp" + "geometry3Sharp", + "gsUnityVR" ], "optionalUnityReferences": [], "includePlatforms": [],