Skip to content

Commit ca9cebb

Browse files
committed
changelog / version
1 parent a4e144b commit ca9cebb

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,4 @@ TestProjects/*/Temp/
159159
.vscode/
160160
TestProjects/*/*.sln
161161
TestProjects/*/*.csproj
162+
GLTFSerialization/.idea

UnityGLTF/Assets/UnityGLTF/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.4-preview.8] - 2020-09-10
8+
- built GLTFSerialization.dll against Newtonsoft.JSON 12.0.3
9+
- removed Newtonsoft.JSON.dll from package
10+
- added dependency on [email protected]
11+
- added 2020.2 compatibility
12+
713
## [1.0.4-preview.7] - 2020-07-24
814
- fix sRGB/linear conversion for normal maps depending on Unity color space
915

UnityGLTF/Assets/UnityGLTF/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.pfc.org.khronos.unitygltf",
33
"displayName": "pfc Khronos GLTF Loader",
4-
"version": "1.0.4-preview.7",
4+
"version": "1.0.4-preview.8",
55
"unity": "2018.3",
66
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
77
"keywords": [
@@ -17,5 +17,8 @@
1717
"description": "Various scenes showing GLTF functionality.",
1818
"path": "Samples~"
1919
}
20-
]
20+
],
21+
"dependencies": {
22+
"com.unity.nuget.newtonsoft-json": "2.0.0"
23+
}
2124
}

0 commit comments

Comments
 (0)