This repository was archived by the owner on Jun 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 5.0.3] - 2023-05-15
8+ This release is part of the Netherlands3D fork.
9+ ### Changed
10+ - Changed references in code to new package name - eu.netherlands3d.gltfast
11+ - Changed package.json description to more clearly show this is a fork and is affiliated with Netherlands3D
12+
713## [ 5.0.2] - 2023-05-11
814This release is part of the Netherlands3D fork.
915### Changed
Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ protected enum UnlitShaderFeatures {
102102
103103#if UNITY_EDITOR
104104#if UNITY_SHADER_GRAPH_12_OR_NEWER || USING_HDRP_10_OR_NEWER
105- const string k_ShaderPathPrefix = "Packages/nl .netherlands3d.gltfast/Runtime/Shader/" ;
105+ const string k_ShaderPathPrefix = "Packages/eu .netherlands3d.gltfast/Runtime/Shader/" ;
106106#else
107- const string k_ShaderPathPrefix = "Packages/nl .netherlands3d.gltfast/Runtime/Shader/Legacy/" ;
107+ const string k_ShaderPathPrefix = "Packages/eu .netherlands3d.gltfast/Runtime/Shader/Legacy/" ;
108108#endif
109109#else
110110 const string k_ShaderGraphsPrefix = "Shader Graphs/" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " eu.netherlands3d.gltfast" ,
3- "version" : " 5.0.2 " ,
4- "displayName" : " glTFast" ,
5- "description" : " Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor" ,
3+ "version" : " 5.0.3 " ,
4+ "displayName" : " glTFast [Netherlands3D] " ,
5+ "description" : " [Netherlands3D fork] Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor" ,
66 "unity" : " 2019.4" ,
77 "keywords" : [
88 " mesh" ,
1616 " basisu"
1717 ],
1818 "author" : {
19- "name" : " Andreas Atteneder" ,
20- "email" : " andreas.atteneder@gmail.com" ,
21- "url" : " https://pixel.engineer"
19+ "name" : " Netherlands3D" ,
20+ "url" : " https://netherlands3d.eu"
2221 },
2322 "dependencies" : {
2423 "com.unity.modules.jsonserialize" : " 1.0.0" ,
You can’t perform that action at this time.
0 commit comments