All notable changes to thing package will be documented in this file. The format is based on Keep a Changelog and this package adheres to Semantic Versioning
- MAJOR - Namespace directives for all the scripts under
Musketta.Poolmanagement. - MINOR - New component icon for
GameObjectPoolBehaviour. - MINOR - Documentation MD under
/Documentation~/DOCS.md. - MINOR - Samples for the
ComponentObjectPoolBehaviourandPoolableComponentObjectPoolBehaviour.
- MAJOR - In the
ObjectPoolBehaviourtheRequestObjectandReturnObjectmethods are nowvirtual.
- PATCH - Cleaned up unnecessary
usingstatements.
- PATCH - Added
usingstatement in editor create file to fix the initial compile error when creating an editor file. - PATCH - Fixed the null reference exception when opening the 'Create Editor Script' context menu.
- PATCH - Fixed the import of the namespace for the generic argument.
- PATCH - Updated the registry in the Github action file to correctly publish.
- PATCH - Removed editor test assembly.