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/
159159.vscode /
160160TestProjects /* /* .sln
161161TestProjects /* /* .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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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
Original file line number Diff line number Diff line change 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" : [
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}
You can’t perform that action at this time.
0 commit comments