Initial commit

This commit is contained in:
AbstractConcept 2022-09-13 00:36:34 -05:00
commit 3c7cc0c973
8391 changed files with 704313 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# Changelog
## [1.1.0] - 2019-07-08
- Release stable version
## [1.1.0-preview.1] - 2019-06-27
- Add new math.bitmask to return a bit mask from a bool4
## [1.0.1] - 2019-04-15
- Release stable version
- Modify all math constants (e.g `math.PI`) to provide float constant by default instead of double. Use for example `math.PI_DBL` to get the previous double constant.
## [1.0.0-preview.1] - 2019-02-28
- Fixed bug where modifications on prefabs could not be reverted for vector properties when using context menu in Inspector.
- Fixed structure of the package for internal validation