Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Runtime/GLTFastWrappers/DecentralandMaterialGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ private void SetEmissiveTexture(TextureInfoBase emissiveTexture, IGltfReadable g
material,
gltf,
ShaderUtils.EmissionMap,
ShaderUtils.EmissionMapRotation,
ShaderUtils.EmissionMapScaleTransform,
ShaderUtils.EmissionMapRotation,
ShaderUtils.EmissionMapUVChannel
))
{
Expand All @@ -129,8 +129,8 @@ private void SetOcclusionTexture(OcclusionTextureInfoBase occlusionTexture, IGlt
material,
gltf,
ShaderUtils.OcclusionMap,
ShaderUtils.OcclusionMapRotation,
ShaderUtils.OcclusionMapScaleTransform,
ShaderUtils.OcclusionMapRotation,
ShaderUtils.OcclusionMapUVChannel
))
{
Expand Down Expand Up @@ -209,8 +209,8 @@ private void SetBaseMapTexture(TextureInfoBase textureInfo, IGltfReadable gltf)
material,
gltf,
ShaderUtils.BaseMap,
ShaderUtils.BaseMapRotation,
ShaderUtils.BaseMapScaleTransform,
ShaderUtils.BaseMapRotation,
ShaderUtils.BaseMapUVs
);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.decentraland.unity-shared-dependencies",
"version": "1.1.7",
"version": "1.1.8",
"displayName": "Decentraland.SharedDependencies",
"description": "This package contains shared dependencies between unity-renderer, aang-renderer and asset-bundle-converter repositories, this includes gltf importer wrappers, shaders and wearable utils",
"unity": "2021.3",
Expand Down