File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
UnityGLTF/Assets/UnityGLTF Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -159,3 +159,4 @@ TestProjects/*/Temp/
159
159
.vscode /
160
160
TestProjects /* /* .sln
161
161
TestProjects /* /* .csproj
162
+ GLTFSerialization /.idea
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
13
## [ 1.0.4-preview.7] - 2020-07-24
8
14
- fix sRGB/linear conversion for normal maps depending on Unity color space
9
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.pfc.org.khronos.unitygltf" ,
3
3
"displayName" : " pfc Khronos GLTF Loader" ,
4
- "version" : " 1.0.4-preview.7 " ,
4
+ "version" : " 1.0.4-preview.8 " ,
5
5
"unity" : " 2018.3" ,
6
6
"description" : " Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF" ,
7
7
"keywords" : [
17
17
"description" : " Various scenes showing GLTF functionality." ,
18
18
"path" : " Samples~"
19
19
}
20
- ]
20
+ ],
21
+ "dependencies" : {
22
+ "com.unity.nuget.newtonsoft-json" : " 2.0.0"
23
+ }
21
24
}
You can’t perform that action at this time.
0 commit comments