Skip to content

Commit

Permalink
Add Assets/Editor to unitypackage
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisliu committed Jun 11, 2015
1 parent e67498d commit c3e1a8a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CWD:=$(shell pwd)
UNITY_BIN=/Applications/Unity/Unity.app/Contents/MacOS/Unity
UNITY_OUT=amplitude-unity.unitypackage
UNITY_DIRS=Assets/Amplitude Assets/Plugins
UNITY_DIRS=Assets/Amplitude Assets/Editor Assets/Plugins
UNITY_FLAGS=-batchmode -exportPackage $(UNITY_DIRS) $(UNITY_OUT) -projectPath $(CWD) -quit

release:
Expand Down
Binary file modified ProjectSettings/GraphicsSettings.asset
Binary file not shown.
Binary file modified ProjectSettings/ProjectSettings.asset
Binary file not shown.
Binary file modified amplitude-unity.unitypackage
Binary file not shown.

0 comments on commit c3e1a8a

Please sign in to comment.