Skip to content

Commit

Permalink
more work on new format
Browse files Browse the repository at this point in the history
  • Loading branch information
dooly123 committed Feb 26, 2025
1 parent 90bb5df commit 720d431
Show file tree
Hide file tree
Showing 15 changed files with 130 additions and 1,422 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ MonoBehaviour:
m_PrefilterDBufferMRT3: 0
m_PrefilterSoftShadowsQualityLow: 1
m_PrefilterSoftShadowsQualityMedium: 1
m_PrefilterSoftShadowsQualityHigh: 0
m_PrefilterSoftShadows: 1
m_PrefilterSoftShadowsQualityHigh: 1
m_PrefilterSoftShadows: 0
m_PrefilterScreenCoord: 1
m_PrefilterNativeRenderPass: 1
m_PrefilterUseLegacyLightmaps: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ MonoBehaviour:
m_PrefilterDBufferMRT3: 1
m_PrefilterSoftShadowsQualityLow: 1
m_PrefilterSoftShadowsQualityMedium: 1
m_PrefilterSoftShadowsQualityHigh: 0
m_PrefilterSoftShadows: 1
m_PrefilterSoftShadowsQualityHigh: 1
m_PrefilterSoftShadows: 0
m_PrefilterScreenCoord: 1
m_PrefilterNativeRenderPass: 1
m_PrefilterUseLegacyLightmaps: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static class BasisAvatarFactory
},
BasisBundleGenerated = new BasisBundleGenerated[]
{
new BasisBundleGenerated("N/A","Gameobject",string.Empty,0,true,string.Empty,string.Empty,true,string.Empty)
new BasisBundleGenerated("N/A","Gameobject",string.Empty,0,true,string.Empty,string.Empty,0)
},
},
UnlockPassword = "N/A",
Expand Down
Loading

0 comments on commit 720d431

Please sign in to comment.