Skip to content

Commit 6768ca0

Browse files
committedSep 5, 2020
Release 1.2.0
1 parent 7fd3457 commit 6768ca0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎ChangeLog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] -
7+
## [1.2.0] - 2020-09-05
88
### Added
99
- Material generator (IMaterialGenerator) is now properly exposed and can be injected ( thanks [@p-skakun](https://github.com/p-skakun) for #80 )
10+
### Changed
11+
- Reduced memory usage by uploading mesh data instantly and make it no longer readable
1012

1113
## [1.1.1] - 2020-05-28
1214
### Fixed

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.atteneder.gltfast",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"displayName": "glTFast",
55
"description": "Load glTF assets at runtime.",
66
"unity": "2019.1",

0 commit comments

Comments
 (0)
Please sign in to comment.