Releases: Rabadash8820/UnityAssemblies
Releases · Rabadash8820/UnityAssemblies
Unity3D v3.0.0
See current and archived release notes in the CHANGELOG.
Unity3D v3.0.0-rc1
See current and archived release notes in the CHANGELOG.
Unity3D v2.1.3
See current and archived release notes in the CHANGELOG.
Unity3D v2.1.2
See current and archived release notes in the CHANGELOG.
Unity3D v2.1.1
See current and archived release notes in the CHANGELOG.
Unity3D v2.1.0
See current and archived release notes in the CHANGELOG.
Unity3D v2.0.1
- All documentation and package details now reference the Rabadash8820 GitHub repository (transferred from DerploidEntertainment)
Unity3D v2.0.0
- Added a complete changelog based on Keep a Changelog at CHANGELOG.md
- Updated package icon to match the new Unity logo
Unity3D v2.0.0-rc2
- Added
UnityVersionMajor
,UnityVersionMinor
,UnityVersionPatch
, andUnityVersionAsNumber
props for manipulation of Unity versions as numbers - Updated usage notes in all Readme documents
- Added test projects for Tech Stream Unity releases up through 2022.1
- BREAKING CHANGES:
- Renamed
OSInstallRoot
property toOSInstallRootPath
andUnityInstallRoot
toUnityInstallRootPath
, to be consistent with other prop names - Assembly short-hand properties are now conditionally defined based on
UnityVersion
- Renamed
Unity3D v2.0.0-rc1
- Unity version can now be parsed automatically from the
ProjectVersion.txt
file in a Unity project, if not set explicitly. - Added many new short-hand properties, with better naming (relative paths end in "Dir" or "Assembly", absolute paths end in "Path")
- Reference Include paths no longer need to start with
$(UnityInstallRoot)/$(UnityVersion)
. Most paths will now use a single short-hand property - If neither
UnityVersion
norUnityProjectPath
are explicitly set, thenUnityVersion
is set to a constant string to explain the issue