Projeny Versions Save

A project and package manager for Unity

v0.3.12

5 years ago

Two minor bug fixes

  • Added support for the lumin platform (@decden)
  • Change files to readable after copying to fix access denied issue (@decden)

v0.3.11

6 years ago

Changed YamlDotNet to use a custom namespace to avoid conflicts with other packages that use different versions of YamlDotNet

v0.3.10

6 years ago

All this release contains is an update to support exe builds again

Note: 64 bit builds only currently. We can support 32 bit too but it's just more work so feel free to create an issue if this is needed by anyone

v0.3.9

6 years ago

Note: We are no longer creating exe builds, so this release will be runnable from python source only

Changes

  • Better error handling when processing faulty/missing config files
  • Fixed order of output yaml to be consistent when generated from python and C#
  • Minor bug fixes

Thanks @yacuzo for these fixes

v0.3.8

6 years ago

Note: I am no longer creating exe builds, so this release (and probably future releases) will be runnable from python source only

  • Support for Visual Studio 2017
  • Removed webplayer
  • Project change MenuItems now include platform specified for the project in ProjenyProject.yaml
  • When changing projects a check is done to see if we're initializing or switching. If we're initializing all project/platform combinations get their ChangeMenu file updated, so when we change projects we see all project/platform combinations.
  • Fix to allow folders to have square brackets in them
  • Changed MaxProjectNameLength to 64
  • Added ProjenyPackagesDir as a default top level PackageFolder meant to share packages between projeny's.
  • Changed to not complain when changing between 64 bit and 32 bit windows and also added an option to default to 64 bit (re issue #61)
  • Fixed bug with parsing information on the release from asset store
  • Added support for UWP

Thanks @geekrelief and @yacuzo for the help on these

v0.3.7

7 years ago
  • Added support for environment variables issue #52
  • Added better error checking issue #50
  • Attempted fix to out of memory issues related to AssetDatabase.Refresh #48

v0.3.6

7 years ago

Fix for issue #47

v0.3.5

7 years ago
  • Fixed to work with VS 2015
  • Fixed issue with StreamingAssets folders
  • Changed obnoxious popup when invalid folders are added to just log to the console instead

v0.3.4

8 years ago

Fix for issue #14

v0.3.3

8 years ago
  • Bug fix for issue #12
  • Bug fix for issue when selecting the global project config in the package manager