Skip to content

Releases: Nordeus/NuGetForUnity

Release 3.0.10

27 Mar 13:47
Compare
Choose a tag to compare
  • Fixed checking for packages already installed in Unity

Release 3.0.9

02 Feb 10:15
Compare
Choose a tag to compare
  • Updated Unity to 2021.3.12f1
  • Added support for netstandard21

Release 3.0.8

31 Oct 15:17
Compare
Choose a tag to compare
  • Manually installed packages will not check if they already exist in Unity anymore
  • Fixed fetching of new version from github

Release 3.0.7

03 Aug 09:20
Compare
Choose a tag to compare

Fixed nuspec serialization which generated wrong cache so far

Release 3.0.6

03 Aug 08:01
Compare
Choose a tag to compare
  • 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

18 Mar 13:06
Compare
Choose a tag to compare
  • 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

17 Feb 18:57
Compare
Choose a tag to compare
  • 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

29 Jul 08:15
Compare
Choose a tag to compare
  • 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

23 Jun 13:38
Compare
Choose a tag to compare

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

Release 2.0.5

17 Jul 13:58
Compare
Choose a tag to compare
  • 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