Skip to content

Releases: Nordeus/NuGetForUnity

Release 3.0.10

Choose a tag to compare

@popara96 popara96 released this 27 Mar 13:47
  • Fixed checking for packages already installed in Unity

Release 3.0.9

Choose a tag to compare

@igor84 igor84 released this 02 Feb 10:15
  • Updated Unity to 2021.3.12f1
  • Added support for netstandard21

Release 3.0.8

Choose a tag to compare

@igor84 igor84 released this 31 Oct 15:17
  • Manually installed packages will not check if they already exist in Unity anymore
  • Fixed fetching of new version from github

Release 3.0.7

Choose a tag to compare

@igor84 igor84 released this 03 Aug 09:20

Fixed nuspec serialization which generated wrong cache so far

Release 3.0.6

Choose a tag to compare

@igor84 igor84 released this 03 Aug 08:01
  • EditorAppInitializer will now get code broken into package specific methods
  • It will also auto update code if the one in EditorAppInitializerOriginal.txt doesn't match
  • Uninstall will now remove all Init Code but not using statements
  • Method names should be generated with proper casing now
  • Init.template can now only define EditInitCode without InitCode

Release 3.0.5

Choose a tag to compare

@igor84 igor84 released this 18 Mar 13:06
  • List of Unity installed libs is now cached in Library folder so they are not searched for on every recompile
  • Extracted nuspec files are now cached in Library folder so there is no need to extract them from nupkg files on every recompile

Release 3.0.4

Choose a tag to compare

@igor84 igor84 released this 17 Feb 18:57
  • Fixed a bug in selecting proper package framework.
  • Fixed a bug that sometimes corrupted AppInitializer.cs in the project.
  • Unity will now attempt auto restore only on start instead of every recompile.
  • Package installation fail will now be reported through Alert dialog besides the log.

Release 3.0.3

Choose a tag to compare

@igor84 igor84 released this 29 Jul 08:15
  • Updated Packager project to Unity 2020.3.11f1 and replaced obsolete stuff from UnityWebRequest
  • Improved package unpacking and added support for packages that contain native libraries
  • Fixed not creating EditorAppInitializer in empty project
  • Fixed deleting of uninstalled packages
  • Install all updated used to only install the first next version of each package. Now it installs the latest as it should.
  • Package install will now generate AppInitializer.txt next to AppInitializer.cs that will always contain the original init code of each package. You can manually compare these two files to see what are your custom modifications but the system will also use it to detect if it can automatically update the init code in cs file. It will only do that if you didn't modify it from original.

Release 3.0.2

Choose a tag to compare

@phuskus phuskus released this 23 Jun 13:38

Updated plugin from upstream.
Now works with official nuget.org package source.

Release 2.0.5

Choose a tag to compare

@igor84 igor84 released this 17 Jul 13:58
  • If installed package has only one subfolder under lib folder now really leave it no matter what
  • When doing restore from older packages.config proper older package versions will be installed
  • Package icons will only be downloaded if nuget window is open, instead of also when doing Restore
  • Update tab will now show Release Notes for all missing versions