Skip to content

Commit

Permalink
Updated the demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
svermeulen committed Feb 13, 2016
1 parent 3117e80 commit b788eee
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Demo/Projeny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ ProjectAliases:
sm: SphereMover

PathVars:
UnityPackagesDir: '[ConfigDir]/UnityPackages'
UnityProjectsDir: '[ConfigDir]/UnityProjects'
SharedUnityPackagesDir: '[ConfigDir]/UnityPackages'
LogPath: '[ConfigDir]/PrjLog.txt'
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 5.3.1f1
m_EditorVersion: 5.3.2f1
m_StandardAssetsVersion: 0
1 change: 1 addition & 0 deletions Demo/UnityProjects/AllMovers/ProjenyProject.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ProjectSettingsPath: '[ProjectRoot]/ProjectSettings'
AssetsFolder:
- AllMovers
- CommonShapeMover
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 5.3.1f1
m_EditorVersion: 5.3.2f1
m_StandardAssetsVersion: 0
2 changes: 1 addition & 1 deletion Demo/UnityProjects/CubeMover/ProjenyProject.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ProjectSettingsPath: '[ProjectRoot]/ProjectSettings'
AssetsFolder:
- CommonShapeMover
- CubeMover
PluginsFolder: []
12 changes: 12 additions & 0 deletions Demo/UnityProjects/ProjenyProject.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# This file can be used to add configuration settings to all projects
# You can edit this file directly
# See documentation for the full list of configuration settings

PackageFolders:
# Put packages that are used in multiple projects here
- '[SharedUnityPackagesDir]'
# [ProjectRoot] refers to the folder at UnityProjects/YourProjectName
# Each project can optionally have packages placed in a folder named packages
# Note that you can directly add to this folder using the package manager gui from within Unity
- '[ProjectRoot]/Packages'
1 change: 1 addition & 0 deletions Demo/UnityProjects/SphereMover/ProjenyProject.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ProjectSettingsPath: '[ProjectRoot]/ProjectSettings'
AssetsFolder:
- SphereMover
PluginsFolder:
Expand Down

0 comments on commit b788eee

Please sign in to comment.