Releases: lukakldiashvili/Unified-Renderer-Unity
Vector drawer and minor fixes
package manager url:
https://github.com/lukakldiashvili/Unified-Renderer-Unity.git#3.3.0
Full Changelog: 3.2.0...3.3.0
Minor package fixes
Full Changelog: 3.1.0...3.2.0
Support for Unity 2019 and higher added.
3.1.0 Update package.json
Version 3.0.0 Released! Dotween support, HDR Colors and more...
This release introduces:
- DOTween support. Currently limited to DOColor and DOFloat.
- Ability to switch from default to HDR when editing colors
- Minor optimizations
- Better usability with new auto generating properties and others
Anyone importing unified renderer for the first time, go ahead and use the following URL to install unified renderer:
(Installation instructions - https://docs.unity3d.com/Manual/upm-ui-giturl.html):
https://github.com/lukakldiashvili/Unified-Renderer-Unity.git#3.0.0
Full Changelog: 2.2.0...3.0.0
Stable version 2. Bug fixes and code improvements.
Note: this release contains many breaking changes, so it is advised not to upgrade if first version of unified renderer was used previously.
Fixed: Prefab instances in scene would not 'dirtify' (hence would not serialize/save overridden changes).
Added: Support for 'Global' property, which overrides property for all materials, even ones that are added in unified renderer.
Added: Support for dynamically adding and removing properties.
Added: QoL methods to unified renderer, like removing all properties.
Anyone importing unified renderer for the first time, go ahead and use the following URL to install unified renderer:
(Installation instructions - https://docs.unity3d.com/Manual/upm-ui-giturl.html):
https://github.com/lukakldiashvili/Unified-Renderer-Unity.git#2.2.0
Full Changelog: 2.0.0...2.2.0
Added support for multiple object editing.
Started moving away from custom editors for drawing fields and replaced them with PropertyFields/SerializedProperties
Version 2.0.0 Released!
Version 2.0.0 introduces braking changes to old version of unified renderer.
Please specify package version to manually in manifest.json, or manually remove unified renderer from package version, and reimport it again using url mentioned below.
Anyone importing unified renderer for the first time, go ahead and use the following URL to install unified renderer:
(Installation instructions - https://docs.unity3d.com/Manual/upm-ui-giturl.html):
https://github.com/lukakldiashvili/Unified-Renderer-Unity.git#2.0.0
Release Log:
- Removed extra bits of code, editor buttons and settings.
- Improved code readability and simplicity.
- Optimized unified renderer update cycle in editor.
[Deprecated] .unitypackge is now deprecated. Use this release to avoid future breaking changes
To import this version of unified renderer, please install package using following url (more info for how to: ttps://docs.unity3d.com/Manual/upm-ui-giturl.html):
https://github.com/lukakldiashvili/Unified-Renderer-Unity.git#1.1.0
Fixed build errors and added more editor experience improvements!
1.0.0 Fixed build error and added warning when having duplicate properties …
Updated unified renderer custom inspector
0.2.2b updated custom inspector