├── Tools
├── CI
│ ├── regenerate.bat
│ ├── regenerate.sh
│ ├── global.json
│ └── nuget.config
└── scripts
│ └── reset-materials.sh
├── CONTRIBUTING.md
├── Packages
├── com.unity.cloud.gltfast.tests
│ ├── Assets~
│ │ ├── Unity
│ │ │ ├── README.md
│ │ │ ├── ColorSpace
│ │ │ │ ├── colors.png
│ │ │ │ └── ColorSpace.bin
│ │ │ ├── NoNormals
│ │ │ │ ├── Normal.png
│ │ │ │ └── NoNormals.bin
│ │ │ ├── OnlyTextures
│ │ │ │ └── txt.png
│ │ │ ├── Bounds
│ │ │ │ ├── Bounds
│ │ │ │ │ └── Bounds.bin
│ │ │ │ └── BoundsMissing
│ │ │ │ │ └── BoundsMissing.bin
│ │ │ ├── ExtrasData
│ │ │ │ └── ExtrasData.bin
│ │ │ ├── FullyTextured
│ │ │ │ ├── ORM.ktx2
│ │ │ │ ├── normal128.ktx2
│ │ │ │ ├── Emissive128.ktx2
│ │ │ │ ├── FullyTextured.bin
│ │ │ │ └── ColorGridAlpha128.ktx2
│ │ │ ├── Materials
│ │ │ │ ├── ColorGrid.png
│ │ │ │ └── Materials.bin
│ │ │ ├── SubMesh
│ │ │ │ └── glTF
│ │ │ │ │ └── SubMesh.bin
│ │ │ ├── FormatVariants
│ │ │ │ ├── glTF
│ │ │ │ │ ├── smiley.png
│ │ │ │ │ └── FormatVariants.bin
│ │ │ │ └── glTF-Binary
│ │ │ │ │ └── FormatVariants.glb
│ │ │ ├── Lights
│ │ │ │ ├── Point
│ │ │ │ │ └── LightsPoint.bin
│ │ │ │ ├── Spot
│ │ │ │ │ └── LightsSpot.bin
│ │ │ │ └── Directional
│ │ │ │ │ └── LightsDirectional.bin
│ │ │ ├── DracoSpecialCases
│ │ │ │ └── glTF
│ │ │ │ │ ├── Normal.png
│ │ │ │ │ ├── colorgrid4x2.png
│ │ │ │ │ └── DracoSpecialCases.bin
│ │ │ ├── EightTexcoords
│ │ │ │ ├── EightTexcoords.bin
│ │ │ │ └── colorgrid4x2.png
│ │ │ ├── NineTexcoords
│ │ │ │ ├── NineTexcoords.bin
│ │ │ │ └── colorgrid9x9.png
│ │ │ ├── PrimitiveModes
│ │ │ │ └── PrimitiveModes.bin
│ │ │ ├── RelativeUri
│ │ │ │ └── SubFolder
│ │ │ │ │ ├── textures
│ │ │ │ │ ├── a.png
│ │ │ │ │ ├── b.png
│ │ │ │ │ └── c.png
│ │ │ │ │ ├── RelativeUri.bin
│ │ │ │ │ └── RelativeUri.glb
│ │ │ ├── RootNodeCount
│ │ │ │ ├── TwoNodes
│ │ │ │ │ └── TwoNodes.bin
│ │ │ │ ├── AllScenes
│ │ │ │ │ └── AllScenes.bin
│ │ │ │ ├── SingleNode
│ │ │ │ │ └── SingleNode.bin
│ │ │ │ ├── AllScenesAnimated
│ │ │ │ │ └── AllScenesAnimated.bin
│ │ │ │ ├── SingleNodeAnimated
│ │ │ │ │ └── SingleNodeAnimated.bin
│ │ │ │ └── TwoNodesAnimated
│ │ │ │ │ └── TwoNodesAnimated.bin
│ │ │ ├── TextureVariants
│ │ │ │ ├── glTF
│ │ │ │ │ ├── Texture0.png
│ │ │ │ │ └── TextureVariants.bin
│ │ │ │ ├── glTF-KTX
│ │ │ │ │ ├── Texture0.ktx2
│ │ │ │ │ └── TextureVariants.bin
│ │ │ │ ├── glTF-Binary
│ │ │ │ │ └── TextureVariants.glb
│ │ │ │ ├── glTF-Binary-KTX
│ │ │ │ │ └── TextureVariants-KTX.glb
│ │ │ │ ├── glTF-TextureEmbedded-KTX
│ │ │ │ │ └── TextureVariants.bin
│ │ │ │ └── glTF-TextureEmbedded
│ │ │ │ │ └── TextureVariants.bin
│ │ │ ├── UnlitAlphaModes
│ │ │ │ ├── UnlitAlphaModes.bin
│ │ │ │ └── textures
│ │ │ │ │ └── tf.png
│ │ │ ├── RainbowCuboid
│ │ │ │ ├── draco
│ │ │ │ │ └── RainbowCuboid.bin
│ │ │ │ ├── original
│ │ │ │ │ └── RainbowCuboid.bin
│ │ │ │ ├── submesh
│ │ │ │ │ └── RainbowCuboidSubMesh.bin
│ │ │ │ ├── meshopt-c
│ │ │ │ │ └── RainbowCuboid-meshopt-c.bin
│ │ │ │ ├── meshopt-cc
│ │ │ │ │ └── RainbowCuboid-meshopt-cc.bin
│ │ │ │ ├── meshopt-c-vpn
│ │ │ │ │ └── RainbowCuboid-meshopt-c-vpn.bin
│ │ │ │ ├── submesh-draco
│ │ │ │ │ └── RainbowCuboidSubMesh-Draco.bin
│ │ │ │ ├── meshopt-cc-vpn
│ │ │ │ │ └── RainbowCuboid-meshopt-cc-vpn.bin
│ │ │ │ ├── submesh-meshopt-c
│ │ │ │ │ └── RainbowCuboidSubMesh-meshopt-c.bin
│ │ │ │ ├── submesh-meshopt-cc
│ │ │ │ │ └── RainbowCuboidSubMesh-meshopt-cc.bin
│ │ │ │ ├── submesh-meshopt-c-vpn
│ │ │ │ │ └── RainbowCuboidSubMesh-meshopt-c-vpn.bin
│ │ │ │ └── submesh-meshopt-cc-vpn
│ │ │ │ │ └── RainbowCuboidSubMesh-meshopt-cc-vpn.bin
│ │ │ ├── UnknownExtensions
│ │ │ │ └── UnknownExtensions.bin
│ │ │ ├── Empty
│ │ │ │ └── Empty.gltf
│ │ │ ├── SubMeshSharedAccessor
│ │ │ │ └── SubMeshSharedAccessor.bin
│ │ │ ├── PrimitiveModesNoIndices
│ │ │ │ └── PrimitiveModesNoIndices.bin
│ │ │ ├── MaterialsVariantsInstanced
│ │ │ │ └── MaterialsVariantsInstanced.bin
│ │ │ └── NodeLevelMorphTargetWeights
│ │ │ │ └── NodeLevelMorphTargetWeights.bin
│ │ └── Khronos
│ │ │ ├── Box
│ │ │ └── glTF-Draco
│ │ │ │ └── Box.bin
│ │ │ ├── Fox
│ │ │ └── glTF
│ │ │ │ ├── Fox.bin
│ │ │ │ └── Texture.png
│ │ │ ├── Cameras
│ │ │ ├── glTF
│ │ │ │ └── simpleSquare.bin
│ │ │ └── README.md
│ │ │ ├── BoxVertexColors
│ │ │ └── glTF
│ │ │ │ └── buffer.bin
│ │ │ ├── SimpleMaterial
│ │ │ └── glTF
│ │ │ │ └── triangle.bin
│ │ │ ├── SimpleMeshes
│ │ │ └── glTF
│ │ │ │ └── triangle.bin
│ │ │ ├── SimpleSkin
│ │ │ └── glTF
│ │ │ │ ├── skinAnimation.bin
│ │ │ │ ├── skinGeometry.bin
│ │ │ │ ├── skinningData.bin
│ │ │ │ └── inverseBindMatrices.bin
│ │ │ ├── SpecularTest
│ │ │ └── glTF
│ │ │ │ ├── WhiteGrid.png
│ │ │ │ ├── YellowGrid.png
│ │ │ │ ├── LeftLabels.png
│ │ │ │ ├── SpecularTest.bin
│ │ │ │ └── specularTextureGrid.png
│ │ │ ├── TextureEncodingTest
│ │ │ └── glTF
│ │ │ │ ├── Plane.bin
│ │ │ │ ├── 0_136_0.png
│ │ │ │ ├── 0_136_255.png
│ │ │ │ ├── Sphere.bin
│ │ │ │ ├── 0_136_0_gamma.png
│ │ │ │ ├── 0_136_0_icc.png
│ │ │ │ ├── 0_136_255_icc.png
│ │ │ │ ├── SlotLabels.png
│ │ │ │ ├── TestLabels.png
│ │ │ │ └── 0_136_255_gamma.png
│ │ │ ├── UnlitTest
│ │ │ └── glTF
│ │ │ │ └── UnlitTest.bin
│ │ │ ├── AnimatedTriangle
│ │ │ └── glTF
│ │ │ │ ├── animation.bin
│ │ │ │ └── simpleTriangle.bin
│ │ │ ├── AttenuationTest
│ │ │ └── glTF
│ │ │ │ ├── PlainGrid.png
│ │ │ │ ├── AttenuationTest.bin
│ │ │ │ ├── ThicknessTexture.png
│ │ │ │ └── AttenuationLabels.png
│ │ │ ├── BoxInterleaved
│ │ │ └── glTF
│ │ │ │ └── BoxInterleaved.bin
│ │ │ ├── ClearCoatTest
│ │ │ └── glTF
│ │ │ │ ├── ClearCoatTest.bin
│ │ │ │ ├── PartialCoating.png
│ │ │ │ ├── RibsNormal.png
│ │ │ │ ├── ClearCoatLabels.png
│ │ │ │ ├── RoughnessStripes.png
│ │ │ │ ├── PartialCoating_Alpha.png
│ │ │ │ └── PlasticWrap_normals.jpg
│ │ │ ├── MeshPrimitiveModes
│ │ │ └── glTF
│ │ │ │ └── buffer.bin
│ │ │ ├── MultipleScenes
│ │ │ └── glTF
│ │ │ │ ├── simpleSquare.bin
│ │ │ │ └── simpleTriangle.bin
│ │ │ ├── NegativeScaleTest
│ │ │ └── glTF
│ │ │ │ ├── CheckAndX.png
│ │ │ │ ├── NegativeScaleTest.bin
│ │ │ │ └── NegativeScaleLabels2.png
│ │ │ ├── RiggedFigure
│ │ │ └── glTF
│ │ │ │ └── RiggedFigure0.bin
│ │ │ ├── RiggedSimple
│ │ │ └── glTF
│ │ │ │ └── RiggedSimple0.bin
│ │ │ ├── TextureTransformTest
│ │ │ └── glTF
│ │ │ │ ├── Arrow.png
│ │ │ │ ├── Correct.png
│ │ │ │ ├── Error.png
│ │ │ │ ├── UV.png
│ │ │ │ ├── NotSupported.png
│ │ │ │ └── TextureTransformTest.bin
│ │ │ ├── TwoSidedPlane
│ │ │ └── glTF
│ │ │ │ ├── TwoSidedPlane.bin
│ │ │ │ ├── TwoSidedPlane_BaseColor.png
│ │ │ │ ├── TwoSidedPlane_Normal.png
│ │ │ │ └── TwoSidedPlane_MetallicRoughness.png
│ │ │ ├── Unicode❤♻Test
│ │ │ ├── glTF
│ │ │ │ ├── Unicode❤♻Binary.bin
│ │ │ │ └── Unicode❤♻Texture.png
│ │ │ └── glTF-Binary
│ │ │ │ └── Unicode❤♻Test.glb
│ │ │ ├── EmissiveStrengthTest
│ │ │ └── glTF
│ │ │ │ ├── PlainGrid.png
│ │ │ │ └── EmissiveStrengthTest.bin
│ │ │ ├── MorphPrimitivesTest
│ │ │ └── glTF
│ │ │ │ ├── uv_texture.jpg
│ │ │ │ └── MorphPrimitivesTest.bin
│ │ │ ├── SimpleMorph
│ │ │ └── glTF
│ │ │ │ ├── simpleMorphAnimation.bin
│ │ │ │ └── simpleMorphGeometry.bin
│ │ │ ├── TextureSettingsTest
│ │ │ └── glTF
│ │ │ │ ├── CheckAndX.png
│ │ │ │ ├── CheckAndX_V.png
│ │ │ │ ├── TextureTestLabels.png
│ │ │ │ └── TextureSettingsTest0.bin
│ │ │ ├── VertexColorTest
│ │ │ └── glTF
│ │ │ │ ├── VertexColorChecks.png
│ │ │ │ ├── VertexColorTest.bin
│ │ │ │ └── VertexColorTestLabels.png
│ │ │ ├── AnimatedMorphCube
│ │ │ ├── glTF
│ │ │ │ └── AnimatedMorphCube.bin
│ │ │ └── glTF-Quantized
│ │ │ │ └── AnimatedMorphCube.bin
│ │ │ ├── SimpleInstancing
│ │ │ └── glTF
│ │ │ │ └── SimpleInstancing_data.bin
│ │ │ ├── TextureLinearInterpolationTest
│ │ │ └── glTF
│ │ │ │ ├── Plane.bin
│ │ │ │ ├── Sphere.bin
│ │ │ │ ├── 0_0_0-0_255_0.png
│ │ │ │ └── TestLabels.png
│ │ │ ├── TextureTransformMultiTest
│ │ │ └── glTF
│ │ │ │ ├── TTMT_Labels.png
│ │ │ │ ├── TestMap-1.png
│ │ │ │ ├── TestMap.png
│ │ │ │ ├── TestMap_Normal.png
│ │ │ │ └── TextureTransformMultiTest.bin
│ │ │ ├── InterpolationTest
│ │ │ └── glTF
│ │ │ │ ├── InterpolationTest_data.bin
│ │ │ │ └── InterpolationTest_img0.jpg
│ │ │ ├── IridescenceMetallicSpheres
│ │ │ └── glTF
│ │ │ │ ├── textures
│ │ │ │ └── guides.png
│ │ │ │ └── IridescenceMetallicSpheres.bin
│ │ │ ├── SimpleSparseAccessor
│ │ │ └── glTF
│ │ │ │ └── SimpleSparseAccessor.bin
│ │ │ ├── TextureCoordinateTest
│ │ │ └── glTF
│ │ │ │ ├── TextureCoordinateTest.bin
│ │ │ │ └── TextureCoordinateTemplate.png
│ │ │ ├── TriangleWithoutIndices
│ │ │ └── glTF
│ │ │ │ └── triangleWithoutIndices.bin
│ │ │ ├── AnisotropyStrengthTest
│ │ │ └── glTF
│ │ │ │ ├── AnisotropySpheresLabels.png
│ │ │ │ └── AnisotropyStrengthTest_data.bin
│ │ │ ├── IridescenceDielectricSpheres
│ │ │ └── glTF
│ │ │ │ ├── textures
│ │ │ │ └── guides.png
│ │ │ │ └── IridescenceDielectricSpheres.bin
│ │ │ ├── MetalRoughSpheresNoTextures
│ │ │ └── glTF
│ │ │ │ └── MetalRoughSpheresNoTextures.bin
│ │ │ └── XmpMetadataRoundedCube
│ │ │ └── glTF
│ │ │ └── MODEL_ROUNDED_CUBE_PART_1
│ │ │ ├── indices.bin
│ │ │ ├── normals.bin
│ │ │ └── positions.bin
│ ├── .buginfo
│ ├── Tests
│ │ ├── Runtime
│ │ │ ├── Scripts
│ │ │ │ ├── Export
│ │ │ │ │ ├── glTFast.Tests.Export.asmref
│ │ │ │ │ ├── GltfWritableMock.cs.meta
│ │ │ │ │ ├── ExportNonReadableTests.cs.meta
│ │ │ │ │ └── glTFast.Tests.Export.asmref.meta
│ │ │ │ ├── Import
│ │ │ │ │ ├── glTFast.Tests.Import.asmref
│ │ │ │ │ ├── GltfBufferMock.cs.meta
│ │ │ │ │ ├── GltfTestCaseSet.cs.meta
│ │ │ │ │ ├── GltfTestCaseFilter.cs.meta
│ │ │ │ │ ├── MaterialProviderMock.cs.meta
│ │ │ │ │ └── glTFast.Tests.Import.asmref.meta
│ │ │ │ ├── AsyncWrapper.cs.meta
│ │ │ │ ├── JsonParsing
│ │ │ │ │ └── glTFast.Tests.JsonParsing.asmref
│ │ │ │ ├── Performance
│ │ │ │ │ └── glTFast.Tests.Performance.asmref
│ │ │ │ ├── Graphics
│ │ │ │ │ └── AssetsImportGraphicTests.cs.meta
│ │ │ │ ├── Export.meta
│ │ │ │ ├── Graphics.meta
│ │ │ │ ├── Import.meta
│ │ │ │ ├── OpenGltf.meta
│ │ │ │ ├── JsonParsing.meta
│ │ │ │ ├── Performance.meta
│ │ │ │ ├── glTFast.Tests.asmdef.meta
│ │ │ │ └── OpenGltf
│ │ │ │ │ └── glTFast.Tests.OpenDialog.asmdef.meta
│ │ │ ├── Export
│ │ │ │ ├── Models
│ │ │ │ │ ├── textures
│ │ │ │ │ │ ├── normal.png
│ │ │ │ │ │ ├── ColorGrid.png
│ │ │ │ │ │ ├── WrapModeCC.png
│ │ │ │ │ │ ├── WrapModeCM.png
│ │ │ │ │ │ ├── WrapModeCM1.png
│ │ │ │ │ │ ├── WrapModeCR.png
│ │ │ │ │ │ ├── WrapModeM1C.png
│ │ │ │ │ │ ├── WrapModeMC.png
│ │ │ │ │ │ ├── WrapModeRC.png
│ │ │ │ │ │ ├── clearcoat.png
│ │ │ │ │ │ ├── emissive.png
│ │ │ │ │ │ ├── metallic.png
│ │ │ │ │ │ ├── occlusion.png
│ │ │ │ │ │ ├── smoothness.png
│ │ │ │ │ │ ├── ColorGridAlpha.png
│ │ │ │ │ │ ├── ColorGridGloss.png
│ │ │ │ │ │ ├── metallic-smoothness.png
│ │ │ │ │ │ └── IdenticalTextureName
│ │ │ │ │ │ │ └── ColorGrid.png
│ │ │ │ │ ├── QuadCube.fbx
│ │ │ │ │ ├── Submesh.fbx
│ │ │ │ │ ├── SimpleSkin
│ │ │ │ │ │ └── SkinnedMesh.mesh.meta
│ │ │ │ │ ├── SimpleSkin.meta
│ │ │ │ │ ├── textures.meta
│ │ │ │ │ ├── Cube.mesh.meta
│ │ │ │ │ ├── Plane.mesh.meta
│ │ │ │ │ └── Sphere.mesh.meta
│ │ │ │ ├── Materials
│ │ │ │ │ ├── HighDefinition
│ │ │ │ │ │ ├── MetallicTexture_MaskMap.png
│ │ │ │ │ │ ├── OcclusionTexture_MaskMap.png
│ │ │ │ │ │ ├── SmoothnessTexture_MaskMap.png
│ │ │ │ │ │ ├── MetallicSmoothnessTexture_MaskMap.png
│ │ │ │ │ │ ├── OcclusionTextureStrength_MaskMap.png
│ │ │ │ │ │ ├── BaseColorSmoothnessMetalTexture_MaskMap.png
│ │ │ │ │ │ ├── BaseColorSmoothnessTexture_MaskMap.png
│ │ │ │ │ │ ├── MetallicSmoothnessOcclusionTexture_MaskMap.png
│ │ │ │ │ │ └── BaseColorSmoothnessMetalOcclusionTexture_MaskMap.png
│ │ │ │ │ ├── BuiltIn.meta
│ │ │ │ │ ├── Universal.meta
│ │ │ │ │ └── HighDefinition.meta
│ │ │ │ ├── Prefabs
│ │ │ │ │ ├── Bounds.prefab.meta
│ │ │ │ │ ├── Quads.prefab.meta
│ │ │ │ │ ├── Simple.prefab.meta
│ │ │ │ │ ├── Unlit.prefab.meta
│ │ │ │ │ ├── Cameras.prefab.meta
│ │ │ │ │ ├── Dielectric.prefab.meta
│ │ │ │ │ ├── DoubleSided.prefab.meta
│ │ │ │ │ ├── Hierarchy.prefab.meta
│ │ │ │ │ ├── LightsPoint.prefab.meta
│ │ │ │ │ ├── LightsSpot.prefab.meta
│ │ │ │ │ ├── MeshReuse.prefab.meta
│ │ │ │ │ ├── Metallic.prefab.meta
│ │ │ │ │ ├── NoMaterial.prefab.meta
│ │ │ │ │ ├── NoMaterial2.prefab.meta
│ │ │ │ │ ├── PointCloud.prefab.meta
│ │ │ │ │ ├── Submesh.prefab.meta
│ │ │ │ │ ├── WrapModeU.prefab.meta
│ │ │ │ │ ├── WrapModeV.prefab.meta
│ │ │ │ │ ├── BaseColorTexture.prefab.meta
│ │ │ │ │ ├── BoxVertexColors.prefab.meta
│ │ │ │ │ ├── ClearcoatFactor.prefab.meta
│ │ │ │ │ ├── ClearcoatTexture.prefab.meta
│ │ │ │ │ ├── EmissiveFactor.prefab.meta
│ │ │ │ │ ├── EmissiveTexture.prefab.meta
│ │ │ │ │ ├── LightAreaDisc.prefab.meta
│ │ │ │ │ ├── LightDirectional.prefab.meta
│ │ │ │ │ ├── MetallicTexture.prefab.meta
│ │ │ │ │ ├── NormalTexture.prefab.meta
│ │ │ │ │ ├── OcclusionTexture.prefab.meta
│ │ │ │ │ ├── UnlitTextured.prefab.meta
│ │ │ │ │ ├── BaseColorTextureFade.prefab.meta
│ │ │ │ │ ├── EmissiveTextureFactor.prefab.meta
│ │ │ │ │ ├── IdenticalTextureName.prefab.meta
│ │ │ │ │ ├── LightAreaRectangle.prefab.meta
│ │ │ │ │ ├── MeshMaterialReuse.prefab.meta
│ │ │ │ │ ├── SmoothnessTexture.prefab.meta
│ │ │ │ │ ├── BaseColorSmoothnessTexture.prefab.meta
│ │ │ │ │ ├── BaseColorTextureCutout.prefab.meta
│ │ │ │ │ ├── BaseColorTextureTransform.prefab.meta
│ │ │ │ │ ├── HierarchyEditorOnlyTag.prefab.meta
│ │ │ │ │ ├── HierarchyObjectsInactive.prefab.meta
│ │ │ │ │ ├── MetallicSmoothnessTexture.prefab.meta
│ │ │ │ │ ├── OcclusionTextureStrength.prefab.meta
│ │ │ │ │ ├── UnlitTexturedTransform.prefab.meta
│ │ │ │ │ ├── BaseColorSmoothnessMetalTexture.prefab.meta
│ │ │ │ │ ├── BaseColorTextureTransparent.prefab.meta
│ │ │ │ │ ├── HierarchyComponentsDisabled.prefab.meta
│ │ │ │ │ ├── MetallicSmoothnessOcclusionTexture.prefab.meta
│ │ │ │ │ └── BaseColorSmoothnessMetalOcclusionTexture.prefab.meta
│ │ │ │ ├── Scenes
│ │ │ │ │ ├── ExportSkin.unity.meta
│ │ │ │ │ ├── ExportSceneBuiltIn.unity.meta
│ │ │ │ │ ├── ExportSceneUniversal.unity.meta
│ │ │ │ │ ├── ExportSceneHighDefinition.unity.meta
│ │ │ │ │ ├── ExportSceneBuiltIn-ObjectList.txt.meta
│ │ │ │ │ ├── ExportSceneUniversal-ObjectList.txt.meta
│ │ │ │ │ └── ExportSceneHighDefinition-ObjectList.txt.meta
│ │ │ │ ├── Materials.meta
│ │ │ │ ├── Models.meta
│ │ │ │ ├── Prefabs.meta
│ │ │ │ └── Scenes.meta
│ │ │ ├── ReferenceImages
│ │ │ │ └── VerifySceneTest.png
│ │ │ ├── Export.meta
│ │ │ ├── Scenes.meta
│ │ │ ├── Scenes
│ │ │ │ └── OpenGltfScene.unity.meta
│ │ │ ├── Scripts.meta
│ │ │ ├── ReferenceImages.meta
│ │ │ ├── TestCaseSets.meta
│ │ │ └── RenderPipelineAssets.meta
│ │ ├── Resources
│ │ │ ├── ExportTargets
│ │ │ │ ├── LayerMaskNone.gltf.txt
│ │ │ │ ├── Bounds.gltf.txt.meta
│ │ │ │ ├── Cameras.gltf.txt.meta
│ │ │ │ ├── MeshReuse.gltf.txt.meta
│ │ │ │ ├── Metallic.gltf.txt.meta
│ │ │ │ ├── Quads.gltf.txt.meta
│ │ │ │ ├── Simple.gltf.txt.meta
│ │ │ │ ├── Submesh.gltf.txt.meta
│ │ │ │ ├── URP
│ │ │ │ │ ├── Unlit.gltf.txt.meta
│ │ │ │ │ ├── Dielectric.gltf.txt.meta
│ │ │ │ │ ├── LightsSpot.gltf.txt.meta
│ │ │ │ │ ├── Submesh.gltf.txt.meta
│ │ │ │ │ ├── ClearcoatFactor.gltf.txt.meta
│ │ │ │ │ ├── DoubleSided.gltf.txt.meta
│ │ │ │ │ ├── LightAreaDisc.gltf.txt.meta
│ │ │ │ │ ├── LightsPoint.gltf.txt.meta
│ │ │ │ │ ├── MetallicTexture.gltf.txt.meta
│ │ │ │ │ ├── NoMaterial2.gltf.txt.meta
│ │ │ │ │ ├── ClearcoatTexture.gltf.txt.meta
│ │ │ │ │ ├── LightAreaRectangle.gltf.txt.meta
│ │ │ │ │ ├── LightDirectional.gltf.txt.meta
│ │ │ │ │ ├── OcclusionTexture.gltf.txt.meta
│ │ │ │ │ ├── SmoothnessTexture.gltf.txt.meta
│ │ │ │ │ ├── MetallicSmoothnessTexture.gltf.txt.meta
│ │ │ │ │ └── OcclusionTextureStrength.gltf.txt.meta
│ │ │ │ ├── Unlit.gltf.txt.meta
│ │ │ │ ├── WrapModeU.gltf.txt.meta
│ │ │ │ ├── WrapModeV.gltf.txt.meta
│ │ │ │ ├── Dielectric.gltf.txt.meta
│ │ │ │ ├── DoubleSided.gltf.txt.meta
│ │ │ │ ├── EmissiveFactor.gltf.txt.meta
│ │ │ │ ├── HDRP.meta
│ │ │ │ ├── HDRP
│ │ │ │ │ ├── Submesh.gltf.txt.meta
│ │ │ │ │ ├── Unlit.gltf.txt.meta
│ │ │ │ │ ├── Dielectric.gltf.txt.meta
│ │ │ │ │ ├── DoubleSided.gltf.txt.meta
│ │ │ │ │ ├── LightAreaDisc.gltf.txt.meta
│ │ │ │ │ ├── LightsPoint.gltf.txt.meta
│ │ │ │ │ ├── LightsSpot.gltf.txt.meta
│ │ │ │ │ ├── NoMaterial2.gltf.txt.meta
│ │ │ │ │ ├── BoxVertexColors.gltf.txt.meta
│ │ │ │ │ ├── ClearcoatFactor.gltf.txt.meta
│ │ │ │ │ ├── ClearcoatTexture.gltf.txt.meta
│ │ │ │ │ ├── LightAreaRectangle.gltf.txt.meta
│ │ │ │ │ ├── LightDirectional.gltf.txt.meta
│ │ │ │ │ ├── MetallicTexture.gltf.txt.meta
│ │ │ │ │ ├── OcclusionTexture.gltf.txt.meta
│ │ │ │ │ ├── SmoothnessTexture.gltf.txt.meta
│ │ │ │ │ ├── OcclusionTextureStrength.gltf.txt.meta
│ │ │ │ │ ├── BaseColorSmoothnessTexture.gltf.txt.meta
│ │ │ │ │ ├── MetallicSmoothnessTexture.gltf.txt.meta
│ │ │ │ │ ├── BaseColorSmoothnessMetalTexture.gltf.txt.meta
│ │ │ │ │ └── MetallicSmoothnessOcclusionTexture.gltf.txt.meta
│ │ │ │ ├── LayerMaskAll.gltf.txt.meta
│ │ │ │ ├── LayerMaskNone.gltf.txt.meta
│ │ │ │ ├── LayerMaskOne.gltf.txt.meta
│ │ │ │ ├── LayerMaskTwo.gltf.txt.meta
│ │ │ │ ├── LightAreaDisc.gltf.txt.meta
│ │ │ │ ├── LightsPoint.gltf.txt.meta
│ │ │ │ ├── LightsSpot.gltf.txt.meta
│ │ │ │ ├── NoMaterial.gltf.txt.meta
│ │ │ │ ├── NoMaterial2.gltf.txt.meta
│ │ │ │ ├── NormalTexture.gltf.txt.meta
│ │ │ │ ├── PointCloud.gltf.txt.meta
│ │ │ │ ├── URP.meta
│ │ │ │ ├── UnlitTextured.gltf.txt.meta
│ │ │ │ ├── BaseColorTexture.gltf.txt.meta
│ │ │ │ ├── BoxVertexColors.gltf.txt.meta
│ │ │ │ ├── ClearcoatFactor.gltf.txt.meta
│ │ │ │ ├── ClearcoatTexture.gltf.txt.meta
│ │ │ │ ├── ComponentMaskCamera.gltf.txt.meta
│ │ │ │ ├── ComponentMaskLight.gltf.txt.meta
│ │ │ │ ├── ComponentMaskMesh.gltf.txt.meta
│ │ │ │ ├── ComponentMaskNone.gltf.txt.meta
│ │ │ │ ├── EmissiveTexture.gltf.txt.meta
│ │ │ │ ├── LightAreaRectangle.gltf.txt.meta
│ │ │ │ ├── LightDirectional.gltf.txt.meta
│ │ │ │ ├── MeshMaterialReuse.gltf.txt.meta
│ │ │ │ ├── MetallicTexture.gltf.txt.meta
│ │ │ │ ├── OcclusionTexture.gltf.txt.meta
│ │ │ │ ├── SmoothnessTexture.gltf.txt.meta
│ │ │ │ ├── BaseColorTextureCutout.gltf.txt.meta
│ │ │ │ ├── BaseColorTextureFade.gltf.txt.meta
│ │ │ │ ├── EmissiveTextureFactor.gltf.txt.meta
│ │ │ │ ├── HierarchyEditorOnlyTag.gltf.txt.meta
│ │ │ │ ├── HierarchyObjectsInactive.gltf.txt.meta
│ │ │ │ ├── IdenticalTextureName.gltf.txt.meta
│ │ │ │ ├── OcclusionTextureStrength.gltf.txt.meta
│ │ │ │ ├── UnlitTexturedTransform.gltf.txt.meta
│ │ │ │ ├── BaseColorSmoothnessTexture.gltf.txt.meta
│ │ │ │ ├── BaseColorTextureTransform.gltf.txt.meta
│ │ │ │ ├── BaseColorTextureTransparent.gltf.txt.meta
│ │ │ │ ├── HierarchyComponentsDisabled.gltf.txt.meta
│ │ │ │ ├── MetallicSmoothnessTexture.gltf.txt.meta
│ │ │ │ ├── BaseColorSmoothnessMetalTexture.gltf.txt.meta
│ │ │ │ └── MetallicSmoothnessOcclusionTexture.gltf.txt.meta
│ │ │ ├── Export
│ │ │ │ ├── Materials
│ │ │ │ │ ├── Textures
│ │ │ │ │ │ ├── normal.png
│ │ │ │ │ │ ├── emissive.jpg
│ │ │ │ │ │ ├── metallic.jpg
│ │ │ │ │ │ ├── occlusion.jpg
│ │ │ │ │ │ ├── roughness.jpg
│ │ │ │ │ │ └── occlusion-roughness-metallness.jpg
│ │ │ │ │ ├── HDRP.meta
│ │ │ │ │ ├── URP.meta
│ │ │ │ │ ├── Built-In.meta
│ │ │ │ │ └── Textures.meta
│ │ │ │ ├── Models
│ │ │ │ │ └── NonReadableTriangle.fbx
│ │ │ │ ├── Models.meta
│ │ │ │ └── Materials.meta
│ │ │ ├── Export.meta
│ │ │ └── ExportTargets.meta
│ │ ├── Editor.meta
│ │ ├── Resources.meta
│ │ ├── Runtime.meta
│ │ └── Editor
│ │ │ ├── Graphics.meta
│ │ │ └── glTFast.Editor.Tests.asmdef.meta
│ ├── package.json.meta
│ └── Tests.meta
└── com.unity.cloud.gltfast
│ ├── Runtime
│ ├── Scripts
│ │ ├── Loading
│ │ │ ├── glTFast.Loading.asmref
│ │ │ ├── IDownloadProvider.cs.meta
│ │ │ ├── INativeDownload.cs.meta
│ │ │ ├── ITextureDownload.cs.meta
│ │ │ └── glTFast.Loading.asmref.meta
│ │ ├── Logging
│ │ │ ├── glTFast.Logging.asmref
│ │ │ └── glTFast.Logging.asmref.meta
│ │ ├── Schema
│ │ │ ├── glTFast.Schema.asmref
│ │ │ ├── FakeSchema
│ │ │ │ ├── glTFast.FakeSchema.asmref
│ │ │ │ └── glTFast.FakeSchema.asmref.meta
│ │ │ ├── IBufferView.cs.meta
│ │ │ ├── LightPunctual.cs.meta
│ │ │ ├── SpotLight.cs.meta
│ │ │ ├── AnimationChannel.cs.meta
│ │ │ ├── AnimationSampler.cs.meta
│ │ │ ├── GltfComponentType.cs.meta
│ │ │ ├── InterpolationType.cs.meta
│ │ │ ├── AnimationChannelTarget.cs.meta
│ │ │ ├── BufferViewExtensions.cs.meta
│ │ │ ├── BufferViewMeshoptExtension.cs.meta
│ │ │ ├── GltfAccessorAttributeType.cs.meta
│ │ │ ├── FakeSchema.meta
│ │ │ └── glTFast.Schema.asmref.meta
│ │ ├── Material
│ │ │ ├── glTFast.Material.asmref
│ │ │ ├── StandardShaderMode.cs.meta
│ │ │ └── glTFast.Material.asmref.meta
│ │ ├── byte3.cs.meta
│ │ ├── ImportAddons
│ │ │ ├── glTFast.ImportAddons.asmref
│ │ │ └── glTFast.ImportAddons.asmref.meta
│ │ ├── MeshOrder.cs.meta
│ │ ├── MeshSubset.cs.meta
│ │ ├── sbyte3.cs.meta
│ │ ├── short3.cs.meta
│ │ ├── short4.cs.meta
│ │ ├── ushort3.cs.meta
│ │ ├── AnimationMethod.cs.meta
│ │ ├── MainBufferType.cs.meta
│ │ ├── MeshAssignment.cs.meta
│ │ ├── MeshComparer.cs.meta
│ │ ├── PrimitiveSet.cs.meta
│ │ ├── sbyte4.cs.meta
│ │ ├── Export
│ │ │ ├── IMeshData.cs.meta
│ │ │ ├── ImageFormat.cs.meta
│ │ │ ├── MeshDataProxy.cs.meta
│ │ │ ├── GltfMaterialExporter.cs.meta
│ │ │ ├── NonReadableMeshData.cs.meta
│ │ │ ├── VertexAttributeUsage.cs.meta
│ │ │ ├── GltfHdrpMaterialExporter.cs.meta
│ │ │ ├── GltfUnlitMaterialExporter.cs.meta
│ │ │ ├── GltfBuiltInShaderMaterialExporter.cs.meta
│ │ │ ├── GltfShaderGraphMaterialExporter.cs.meta
│ │ │ ├── HDAdditionalLightDataExtensions.cs.meta
│ │ │ └── glTFast.Export.asmdef.meta
│ │ ├── IMaterialProvider.cs.meta
│ │ ├── NameImportMethod.cs.meta
│ │ ├── NativeMemoryManager.cs.meta
│ │ ├── Newtonsoft
│ │ │ ├── Schema
│ │ │ │ ├── glTFast.Newtonsoft.Schema.asmref
│ │ │ │ └── IJsonObject.cs.meta
│ │ │ ├── Schema.meta
│ │ │ └── glTFast.Newtonsoft.asmdef.meta
│ │ ├── PrimitiveComparer.cs.meta
│ │ ├── PrimitivesComparer.cs.meta
│ │ ├── SceneObjectCreation.cs.meta
│ │ ├── SubMeshAssignment.cs.meta
│ │ ├── GameObjectSceneInstance.cs.meta
│ │ ├── LightPunctualExtension.cs.meta
│ │ ├── VertexBufferDescriptor.cs.meta
│ │ ├── IMaterialsVariantsProvider.cs.meta
│ │ ├── ReadOnlyNativeStridedArray.cs.meta
│ │ ├── ReadOnlyNativeArrayFromManagedArray.cs.meta
│ │ ├── ReadOnlyNativeArrayFromNativeArray.cs.meta
│ │ ├── MaterialsVariants
│ │ │ ├── IMaterialsVariantsSlot.cs.meta
│ │ │ ├── MaterialsVariantsControl.cs.meta
│ │ │ ├── IMaterialsVariantsSlotInstance.cs.meta
│ │ │ ├── MaterialsVariantsSlotInstances.cs.meta
│ │ │ └── MultiMaterialsVariantsSlotInstances.cs.meta
│ │ ├── DOTS.meta
│ │ ├── glTFast.asmdef.meta
│ │ ├── Export.meta
│ │ ├── Loading.meta
│ │ ├── Logging.meta
│ │ ├── Material.meta
│ │ ├── Newtonsoft.meta
│ │ ├── Schema.meta
│ │ ├── DOTS
│ │ │ └── glTFast.dots.asmdef.meta
│ │ ├── ImportAddons.meta
│ │ └── MaterialsVariants.meta
│ ├── Prefabs.meta
│ ├── Scripts.meta
│ ├── Shader.meta
│ ├── Shader
│ │ ├── glTF-unlit.shadergraph.meta
│ │ ├── Export.meta
│ │ ├── HDRP.meta
│ │ ├── URP.meta
│ │ ├── Built-In.meta
│ │ ├── Includes.meta
│ │ ├── SubGraphs.meta
│ │ ├── SubGraphs
│ │ │ ├── Normal.shadersubgraph.meta
│ │ │ ├── Unlit.shadersubgraph.meta
│ │ │ ├── BaseColor.shadersubgraph.meta
│ │ │ ├── Emission.shadersubgraph.meta
│ │ │ ├── Occlusion.shadersubgraph.meta
│ │ │ ├── ScreenGrab.shadersubgraph.meta
│ │ │ ├── MetallicRoughness.shadersubgraph.meta
│ │ │ ├── TextureTransform.shadersubgraph.meta
│ │ │ ├── SpecularGlossiness.shadersubgraph.meta
│ │ │ ├── PBR_specular_glossiness.shadersubgraph.meta
│ │ │ └── PBR_metallic_roughness_advanced.shadersubgraph.meta
│ │ ├── Built-In
│ │ │ └── glTFIncludes.meta
│ │ ├── glTF-pbrSpecularGlossiness.shadergraph.meta
│ │ └── HDRP
│ │ │ └── glTF-pbrMetallicRoughnessStackLit.shadergraph.meta
│ └── Prefabs
│ │ ├── glTF-FastestLoading.prefab.meta
│ │ └── glTF-StableFramerate.prefab.meta
│ ├── Documentation~
│ ├── filter.yml
│ └── Images
│ │ ├── gltfast3to4.png
│ │ ├── import.gif
│ │ ├── gltf-extra-data.png
│ │ ├── unity-gltf-logos.png
│ │ ├── Unity-glTF-workflows.png
│ │ └── gltfasset_component.png
│ ├── Editor
│ ├── UI
│ │ ├── gltf-logo.png
│ │ ├── Dependency-style.uss
│ │ ├── gltf-icon-bug.png
│ │ └── MaterialsVariantsComponentInspector.uxml
│ ├── UI.meta
│ ├── Scripts.meta
│ └── Scripts
│ │ ├── glTFast.Editor.asmdef.meta
│ │ └── AssemblyInfo.cs
│ ├── README.md.meta
│ ├── CHANGELOG.md.meta
│ ├── LICENSE.md.meta
│ ├── package.json.meta
│ ├── Editor.meta
│ ├── DocExamples.meta
│ ├── Plugins.meta
│ ├── Runtime.meta
│ ├── Plugins
│ └── UnityCloudGltfast.xcprivacy
│ └── DocExamples
│ ├── glTFast.Documentation.Examples.asmdef.meta
│ └── AssemblyInfo.cs
├── Projects
├── glTFast-Test
│ ├── Assets
│ │ ├── README.txt
│ │ ├── ReferenceImages
│ │ │ ├── gfx-Back-Fox.gltf.png
│ │ │ ├── gfx-Left-Fox.gltf.png
│ │ │ ├── gfx-Top-Fox.gltf.png
│ │ │ ├── DefaultReferenceImage.png
│ │ │ ├── gfx-Bottom-Fox.gltf.png
│ │ │ ├── gfx-Front-Fox.gltf.png
│ │ │ ├── gfx-Right-Fox.gltf.png
│ │ │ ├── gfx-Top-UnlitTest.gltf.png
│ │ │ ├── gfx-Back-UnlitTest.gltf.png
│ │ │ ├── gfx-Bottom-UnlitTest.gltf.png
│ │ │ ├── gfx-Front-UnlitTest.gltf.png
│ │ │ ├── gfx-Left-UnlitTest.gltf.png
│ │ │ ├── gfx-Perspective-Fox.gltf.png
│ │ │ ├── gfx-Right-UnlitTest.gltf.png
│ │ │ └── gfx-Perspective-UnlitTest.gltf.png
│ │ ├── README.txt.meta
│ │ └── ReferenceImages.meta
│ └── ProjectSettings
│ │ └── ProjectVersion.txt
├── glTFast-Test-entities
│ ├── Assets
│ │ ├── README.txt
│ │ └── README.txt.meta
│ └── ProjectSettings
│ │ └── ProjectVersion.txt
└── glTFast-Test-minimalistic
│ ├── Assets
│ ├── README.txt
│ └── README.txt.meta
│ └── ProjectSettings
│ └── ProjectVersion.txt
├── .github
└── renovate.json
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md.meta
├── CODE_OF_CONDUCT.md.meta
├── .yamato
└── ValidationExceptions.json.meta
└── Docs
└── Release-Process
└── Templates
├── tag-template.md
└── changelog-section.md
/Tools/CI/regenerate.bat:
--------------------------------------------------------------------------------
1 | cd %~dp0../../
2 | dotnet run --project Tools/CI/Gltfast.Cookbook.csproj
--------------------------------------------------------------------------------
/Tools/CI/regenerate.sh:
--------------------------------------------------------------------------------
1 | cd $(dirname "$0")/../../
2 | dotnet run --project Tools/CI/Gltfast.Cookbook.csproj
3 |
--------------------------------------------------------------------------------
/CONTRIBUTING.md:
--------------------------------------------------------------------------------
1 | # Contributing
2 |
3 | See [Contributing](Packages/com.unity.cloud.gltfast/Documentation~/contributing.md).
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/README.md:
--------------------------------------------------------------------------------
1 | # glTF-test-models
2 |
3 | glTF test assets for automated unit tests
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/README.txt:
--------------------------------------------------------------------------------
1 | This README file is a placeholder so that the `Assets` folder is included in the GIT repository.
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Loading/glTFast.Loading.asmref:
--------------------------------------------------------------------------------
1 | {
2 | "reference": "GUID:a42927d1d4a3b4cda9b076a7adecb9cc"
3 | }
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Logging/glTFast.Logging.asmref:
--------------------------------------------------------------------------------
1 | {
2 | "reference": "GUID:a42927d1d4a3b4cda9b076a7adecb9cc"
3 | }
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/glTFast.Schema.asmref:
--------------------------------------------------------------------------------
1 | {
2 | "reference": "GUID:a42927d1d4a3b4cda9b076a7adecb9cc"
3 | }
--------------------------------------------------------------------------------
/Projects/glTFast-Test-entities/Assets/README.txt:
--------------------------------------------------------------------------------
1 | This README file is a placeholder so that the `Assets` folder is included in the GIT repository.
--------------------------------------------------------------------------------
/Projects/glTFast-Test-minimalistic/Assets/README.txt:
--------------------------------------------------------------------------------
1 | This README file is a placeholder so that the `Assets` folder is included in the GIT repository.
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Material/glTFast.Material.asmref:
--------------------------------------------------------------------------------
1 | {
2 | "reference": "GUID:a42927d1d4a3b4cda9b076a7adecb9cc"
3 | }
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/byte3.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2439c3c7babb4551a10788676d062c63
3 | timeCreated: 1742557724
--------------------------------------------------------------------------------
/Projects/glTFast-Test/ProjectSettings/ProjectVersion.txt:
--------------------------------------------------------------------------------
1 | m_EditorVersion: 2022.3.67f2
2 | m_EditorVersionWithRevision: 2022.3.67f2 (6bedba8691df)
3 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/.buginfo:
--------------------------------------------------------------------------------
1 | system: jira
2 | server: jira.unity3d.com
3 | project: GLTF
4 | issuetype: Bug
5 | package: Unity glTFast
6 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/ImportAddons/glTFast.ImportAddons.asmref:
--------------------------------------------------------------------------------
1 | {
2 | "reference": "GUID:a42927d1d4a3b4cda9b076a7adecb9cc"
3 | }
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/MeshOrder.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8add359ea4d342299797c1087dc35b8d
3 | timeCreated: 1732027628
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/MeshSubset.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d00a3798162c4232899f1d0f53e6f366
3 | timeCreated: 1732027667
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/sbyte3.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 765bc881475b4cf7bd890fb7d49a70fd
3 | timeCreated: 1742557714
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/short3.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1180b2b47703400c811e91f629dddfdf
3 | timeCreated: 1742557702
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/short4.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 09fdc6d217f5346208727f4fa6c0a557
3 | timeCreated: 1742557702
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/ushort3.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 49ccf4f02a5d4c2281734c86d16e3e51
3 | timeCreated: 1742552007
--------------------------------------------------------------------------------
/Projects/glTFast-Test-entities/ProjectSettings/ProjectVersion.txt:
--------------------------------------------------------------------------------
1 | m_EditorVersion: 2022.3.67f2
2 | m_EditorVersionWithRevision: 2022.3.67f2 (6bedba8691df)
3 |
--------------------------------------------------------------------------------
/Tools/CI/global.json:
--------------------------------------------------------------------------------
1 | {
2 | "sdk": {
3 | "version": "10.0.100",
4 | "rollForward": "latestMinor",
5 | "allowPrerelease": false
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Export/glTFast.Tests.Export.asmref:
--------------------------------------------------------------------------------
1 | {
2 | "reference": "GUID:7897e000c47a54a4c8a8a7345af3c565"
3 | }
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Import/glTFast.Tests.Import.asmref:
--------------------------------------------------------------------------------
1 | {
2 | "reference": "GUID:7897e000c47a54a4c8a8a7345af3c565"
3 | }
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/AnimationMethod.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: afdc0c08b0ba4248a2a7cd1a610f3d5a
3 | timeCreated: 1670559673
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/MainBufferType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 072826d1e49740aaa4e40be31b49e7b5
3 | timeCreated: 1730903332
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/MeshAssignment.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 99e55c66c9cd4fed964a811628daabae
3 | timeCreated: 1732043027
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/MeshComparer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 59dec57cc42d45c7b5b43b1e1b5b11a3
3 | timeCreated: 1732308974
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/PrimitiveSet.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4598a20fef9b43169b6978b2d2a28224
3 | timeCreated: 1732525863
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/FakeSchema/glTFast.FakeSchema.asmref:
--------------------------------------------------------------------------------
1 | {
2 | "reference": "GUID:a42927d1d4a3b4cda9b076a7adecb9cc"
3 | }
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/sbyte4.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a8f23e44a1fe94ac1b62e4f79e5613bd
3 | timeCreated: 1742557714
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test-minimalistic/ProjectSettings/ProjectVersion.txt:
--------------------------------------------------------------------------------
1 | m_EditorVersion: 2022.3.67f2
2 | m_EditorVersionWithRevision: 2022.3.67f2 (6bedba8691df)
3 |
--------------------------------------------------------------------------------
/.github/renovate.json:
--------------------------------------------------------------------------------
1 | {
2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3 | "extends": [
4 | "local>unity/renovate-config"
5 | ]
6 | }
7 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/LayerMaskNone.gltf.txt:
--------------------------------------------------------------------------------
1 | {"asset":{"version":"2.0","generator":"Unity 2020.3.48f1 glTFast 6.7.1"}}
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export/IMeshData.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3c249de161d74abf9bc681282190f184
3 | timeCreated: 1724072314
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export/ImageFormat.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0a5ac974a55f47eebe55e9bee27a60e6
3 | timeCreated: 1670551881
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export/MeshDataProxy.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1ce5100c376c4edbb850b580eccdb504
3 | timeCreated: 1724164806
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/IMaterialProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0d8696b9fb074a23a6d76da293a8d98d
3 | timeCreated: 1718234937
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/NameImportMethod.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3a1e60539de2488ea24a5763ed89de5b
3 | timeCreated: 1670560417
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/NativeMemoryManager.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b16b07f680734936ba669c09128d2ed7
3 | timeCreated: 1762985713
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Newtonsoft/Schema/glTFast.Newtonsoft.Schema.asmref:
--------------------------------------------------------------------------------
1 | {
2 | "reference": "GUID:25ace1f7ded6f48c0a8abf5ef590456e"
3 | }
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/PrimitiveComparer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cec4d33f62854a75b4b8810dc6f1317d
3 | timeCreated: 1732785405
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/PrimitivesComparer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5c07d2a1ca5d0467185fdedf05214211
3 | timeCreated: 1732308974
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/SceneObjectCreation.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3dd628d4dd9c42338924872f4e477b6e
3 | timeCreated: 1670560527
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/IBufferView.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bb60c1c046bc4b4eaa5519c5efb47c70
3 | timeCreated: 1693841643
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/LightPunctual.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b9876388bc2c4d3ab8dc3c7948bbc39f
3 | timeCreated: 1694796211
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/SpotLight.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 25378d60846b4831aed4ea577b40e8cf
3 | timeCreated: 1694796223
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/SubMeshAssignment.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 542752c956014a6b8dd2f622a2fb5968
3 | timeCreated: 1732784521
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/AsyncWrapper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 980118ca01dd44a7a51bb4358affb901
3 | timeCreated: 1709115532
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/JsonParsing/glTFast.Tests.JsonParsing.asmref:
--------------------------------------------------------------------------------
1 | {
2 | "reference": "GUID:7897e000c47a54a4c8a8a7345af3c565"
3 | }
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Performance/glTFast.Tests.Performance.asmref:
--------------------------------------------------------------------------------
1 | {
2 | "reference": "GUID:7897e000c47a54a4c8a8a7345af3c565"
3 | }
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/GameObjectSceneInstance.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f12b141c17744ec9b5a3a214c9cb909b
3 | timeCreated: 1670550424
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/LightPunctualExtension.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d838728b45eb4d13b24ba9d3ecf6010d
3 | timeCreated: 1663268100
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Loading/IDownloadProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 629849146ae544459bf648ecabd67f0f
3 | timeCreated: 1736345259
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Loading/INativeDownload.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5b44e5ab65794ea2b55e3e4872bf134a
3 | timeCreated: 1740994086
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Loading/ITextureDownload.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 92567e9366c9455cb9598e07f200a467
3 | timeCreated: 1736345259
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/AnimationChannel.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 584d57f629674f6a9620cdb1ab2b1fcd
3 | timeCreated: 1695643561
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/AnimationSampler.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3ab7f2ee431c45cb8ad6615a66674ef9
3 | timeCreated: 1695643590
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/GltfComponentType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3ca3a55b346e40538333c1b14529dcfc
3 | timeCreated: 1730904470
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/InterpolationType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6d1390e2835e4bc28906f2b01e563f37
3 | timeCreated: 1695643601
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/VertexBufferDescriptor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4ac1953233a64ada8a6d04633cf18a55
3 | timeCreated: 1732104040
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Documentation~/filter.yml:
--------------------------------------------------------------------------------
1 | apiRules:
2 | - exclude:
3 | hasAttribute:
4 | uid: System.ObsoleteAttribute
5 | type: Type
6 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export/GltfMaterialExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 41cd6c28a0b7473a8c4a8705f5c792f4
3 | timeCreated: 1699375361
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export/NonReadableMeshData.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d069bccc929e4e9db8f89f1775102de8
3 | timeCreated: 1724164866
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export/VertexAttributeUsage.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3979632072da4c0289e70956d2835208
3 | timeCreated: 1714644620
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/IMaterialsVariantsProvider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9e554426dbbd4f148438960e7e80db45
3 | timeCreated: 1718275889
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Material/StandardShaderMode.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a715adcf96ba44d4942421825c100be0
3 | timeCreated: 1714414594
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Newtonsoft/Schema/IJsonObject.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 889e78445a4b4b2083daa1e7c96601a2
3 | timeCreated: 1695291429
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/ReadOnlyNativeStridedArray.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cbf4772ae96a408fb66956ed7762357e
3 | timeCreated: 1742397269
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/AnimationChannelTarget.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6b2a415155fe43caa1ed2c7bee2e44a2
3 | timeCreated: 1695643571
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/BufferViewExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0ce650d12b8b4ef085fa3538c48fda38
3 | timeCreated: 1695592943
--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
1 | # Contributor Covenant Code of Conduct
2 |
3 | See [Contributor Covenant Code of Conduct](Packages/com.unity.cloud.gltfast/Documentation~/code-of-conduct.md).
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Export/GltfWritableMock.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 15b83cbd326842f198379fbaba15866b
3 | timeCreated: 1713862183
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Import/GltfBufferMock.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 04e97d45cac34d8ea890eeca12682209
3 | timeCreated: 1709565164
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Import/GltfTestCaseSet.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 59748363cc8e485aa56e62947048bff8
3 | timeCreated: 1706781699
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export/GltfHdrpMaterialExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e1c6d62fefdee4eb2a65d361a2516ee0
3 | timeCreated: 1699375361
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export/GltfUnlitMaterialExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d5a294b5b6f244ad2ac0b57a0bdedc25
3 | timeCreated: 1699375361
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/ReadOnlyNativeArrayFromManagedArray.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a5186ab506ef4c799331461f95f8aac0
3 | timeCreated: 1754002315
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/ReadOnlyNativeArrayFromNativeArray.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9aad0eede4374ffa90512938df866ee9
3 | timeCreated: 1754002299
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/BufferViewMeshoptExtension.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dc397feee58047748b39ac5d67c93519
3 | timeCreated: 1695592962
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/GltfAccessorAttributeType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4fe2905ca66b40f1998ea33256f5654e
3 | timeCreated: 1730904470
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Import/GltfTestCaseFilter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6a55c08a433740e7aea3f11aa63a5ce3
3 | timeCreated: 1713258913
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Import/MaterialProviderMock.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 602fb593804b4075a18988c3c9cedff7
3 | timeCreated: 1718274207
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export/GltfBuiltInShaderMaterialExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 30e694814871f44c2b0ae4330e438a97
3 | timeCreated: 1699375361
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export/GltfShaderGraphMaterialExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2b6097c25c31a447186160b41fedd5df
3 | timeCreated: 1699375361
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export/HDAdditionalLightDataExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6e5be4f317e841b98301597d5bb37dbf
3 | timeCreated: 1709303976
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/MaterialsVariants/IMaterialsVariantsSlot.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 266607c6e4de4c93a609c84e110a8ed1
3 | timeCreated: 1718028949
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Export/ExportNonReadableTests.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 22a0133e5248434b9f24ab1ae20ea8f2
3 | timeCreated: 1724154259
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Graphics/AssetsImportGraphicTests.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 94a4c9ef0355d4ccfa67b2b4fadf0c4f
3 | timeCreated: 1739789929
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/MaterialsVariants/MaterialsVariantsControl.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 15f39b36569a4f9999bd276e9734d6da
3 | timeCreated: 1718028990
--------------------------------------------------------------------------------
/Tools/scripts/reset-materials.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | set -e
4 |
5 | pwd=$(cd -P -- "$(dirname -- "$0")" && printf '%s\n' "$(pwd -P)")
6 | source "$pwd/common.sh"
7 |
8 | reset_materials
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Editor/UI/gltf-logo.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c5a41e70c73948ea49d0eb799224a54147725293ab64b6ee3e860c014a94a335
3 | size 2689
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/MaterialsVariants/IMaterialsVariantsSlotInstance.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 119d662d0bf54ab2a3c2579b111ae03e
3 | timeCreated: 1718098022
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/MaterialsVariants/MaterialsVariantsSlotInstances.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f06acd2926d54cfe8dd39f82cc6d403a
3 | timeCreated: 1718028977
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Editor/UI/Dependency-style.uss:
--------------------------------------------------------------------------------
1 | .dependency {
2 | flex-direction: row;
3 | align-items: center;
4 | }
5 |
6 | .fix-button {
7 | margin-left: auto;
8 | }
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Editor/UI/gltf-icon-bug.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:dc23f3cb692c6a52ec8bd6e57b581f5db58d738af36c4465da174afaef5d7c19
3 | size 2100
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/MaterialsVariants/MultiMaterialsVariantsSlotInstances.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c6aa6418ed574092ab2e55c01bb51b08
3 | timeCreated: 1718098054
--------------------------------------------------------------------------------
/CONTRIBUTING.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 465ae02a69d65445fb2f3bd88e85e756
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Back-Fox.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:d4b03513c7e14ad2fd59e5d32218b38c2ba247b71b15c9ac0804ae51817ebe23
3 | size 44244
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Left-Fox.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:17bb5c509ae761a8dd9c0dc83f8259f312259096968739e38bf9914b65699d6d
3 | size 86668
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Top-Fox.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:3d99f2e85eaa8a6b947c7e691677e0018ae6abb741b8c7b416fb9bc76bd67a16
3 | size 17861
4 |
--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 315b3ac82fac241e09252eb593f4ddb7
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/ColorSpace/colors.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:bdaa955aa37a48d85d361ba63e028c6117a2c210b39ebb827e0ab48537753c4b
3 | size 98
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/NoNormals/Normal.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:a50e4bf135fd4ae7876cfab7b1d43699a294f8530e12cbc6ad8fe8a1c52c25f0
3 | size 186
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/OnlyTextures/txt.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:bdaa955aa37a48d85d361ba63e028c6117a2c210b39ebb827e0ab48537753c4b
3 | size 98
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Documentation~/Images/gltfast3to4.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:0fe3700fe2156a13b17efb1f74ccbad0fa04753e3e5e1b82592c724688e49741
3 | size 108480
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Documentation~/Images/import.gif:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c1dce7be34949dbba21617c9f651808f34ef2d58ca4a4ae836f15835997a0c65
3 | size 1112884
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/DefaultReferenceImage.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:f4e2a8aaa77c5758ef12e4e504e03ac0f20c25e7f20123c7d315c496c023bdcf
3 | size 32710
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Bottom-Fox.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:b9547aca6c4de5b3b299bbbd2143cb91dec4b3bc6ae9c07ad76804bce5bc4d0b
3 | size 60668
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Front-Fox.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:caa74b0ba7c30bb6d2565fdbb9e495b50f82f3d481f6e0618990eeec11acc639
3 | size 61305
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Right-Fox.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:8015806c5a8c8d723a2901f368bd08e593b09d1f6e96a9f51aac545ebb2a28f0
3 | size 88705
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Top-UnlitTest.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:9e39ed232aaabd699201b9e24583929ef5c29c8dd27a59d101649edf6497ee95
3 | size 8087
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/Box/glTF-Draco/Box.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:610dc6e08aba7c2720c8e4ec0578efd91cf2d88a5e638dab7811a22f0235bf2e
3 | size 120
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/Fox/glTF/Fox.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c7d0d8de28a84d5b25623037f88e063e1502495a2ee6c55f182c61161ad12f80
3 | size 119904
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/Fox/glTF/Texture.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:61c8b109ee7f8bf262791933380fafb1465f7b51cbe6472c2d21eff0b31f83a1
3 | size 26764
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/Bounds/Bounds/Bounds.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:99fad075498341354c22a445a8f5c906df35d171e6848d8590d4c54ec5c031ed
3 | size 304
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/ColorSpace/ColorSpace.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:5ca24b026b66a216d8900470b694e3f5d8e75b037074547ef11fc337f18ae993
3 | size 344
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/ExtrasData/ExtrasData.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:14753c3b82099fc5640f9b0659ba0b2b52ddbf0ff3b497d077cfd006cf89392e
3 | size 80
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/FullyTextured/ORM.ktx2:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:4a5bd6021ea484ce4e0d1f7af031b7cf837ae5fe598152c94b1832326989719b
3 | size 9029
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/Materials/ColorGrid.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:3365f10a07961c4163731776ef0db1b4a8b8d833b80e497c0045796c93202c9e
3 | size 17864
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/Materials/Materials.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:23e074e085a7979fc33aefeb02b6f0bf6fc6941e7c885f19ad3e71c56d2bee45
3 | size 23788
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/NoNormals/NoNormals.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:aec7c2bae5bd2d8d049a957ea3cb3c8eeda6f2afd64ecb88d9be5c34cc5d0ca5
3 | size 248
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/SubMesh/glTF/SubMesh.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:01ae066e4c460434377ea81ff052c235ac07c2c77097c50ddec9c4a6766ce522
3 | size 4184
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Documentation~/Images/gltf-extra-data.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:57f7aced9ce2532edcddcf1966b739313f604854463e658916d990b58d84bbe9
3 | size 24697
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Documentation~/Images/unity-gltf-logos.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:9846c84d84817f2c178b0ae5484332d759a9f5d2dae7faa47784df15cae49fc8
3 | size 13686
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Back-UnlitTest.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:0c3913c873eb9111361e2386677b4db1b467280790b6dcd958a39a2262c56b25
3 | size 21871
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Bottom-UnlitTest.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c39b1b070cd034ce34a1fac0c35593a8fd6f23150097dd925667a4bacfc37a4e
3 | size 32022
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Front-UnlitTest.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:b0e5fee2e6d5e7d8c60ea104bf53317a6e1d7076bb992e99cc53e6c3354bcb22
3 | size 25275
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Left-UnlitTest.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:058bd7c325457eb99a7cfbdb4e68aef34bd9758f1c886ffb6aa65c69d0fd5bc4
3 | size 52018
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Perspective-Fox.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:e1822f22bd831d1d6e155102f324aead9dc3ea6b86e8972c1b44b7af3c85fb77
3 | size 106218
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Right-UnlitTest.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:bddb04520dcde16c0e5115e4a9dc9ccfb56050d32f9eed7e82dd9efa924996b0
3 | size 53770
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/Cameras/glTF/simpleSquare.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:2d73fc484aab11784e8773862e69b28cb7e0d7d1aadac6032ceea7c490cfd15e
3 | size 60
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/FormatVariants/glTF/smiley.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:1c58b2bd352b87df686ea7a958fb76b21abfce5829094b41823e8e6a451334d1
3 | size 403
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/FullyTextured/normal128.ktx2:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:856a2d7f1f8a075a7d978c58fda805e1e5e06dc9db445b286f0eb5ea4d1d021b
3 | size 11551
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/Lights/Point/LightsPoint.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:3e56584aaa453e1c72226646de4af1f777d69f01d497d7a26cf806c8005ea322
3 | size 108
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/Lights/Spot/LightsSpot.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:3e56584aaa453e1c72226646de4af1f777d69f01d497d7a26cf806c8005ea322
3 | size 108
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Documentation~/Images/Unity-glTF-workflows.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:aa50e3980f8e9a99e53b8347cdde7e293fe37ffb5e1469640379d802ef304541
3 | size 59247
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Documentation~/Images/gltfasset_component.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:2503cbfd8f0f8db67bc4ee2798ed9900ac8a96a9735bb99b6d9564d80aeb294c
3 | size 63589
4 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages/gfx-Perspective-UnlitTest.gltf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:1df082f2578cbae9a9ca346fe32c564c0f9578109e26f8175cc8e611c57a3263
3 | size 56826
4 |
--------------------------------------------------------------------------------
/.yamato/ValidationExceptions.json.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9d424dc8891c2489d965ab9e46bdbbe7
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/BoxVertexColors/glTF/buffer.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:b508427bea091cc29cbe68d8b08e75db27e33559f72104a37343c7e808e72d26
3 | size 936
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SimpleMaterial/glTF/triangle.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:63b006e58bdbc47206ea303ef2f630139e39a0c52a8454745ff6eb4f32df8365
3 | size 80
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SimpleMeshes/glTF/triangle.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:63b006e58bdbc47206ea303ef2f630139e39a0c52a8454745ff6eb4f32df8365
3 | size 80
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SimpleSkin/glTF/skinAnimation.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:ff21b1bc3d0abbe53f7665060ec6c22d873b6e85a7669171a2b6b8ae01c39347
3 | size 240
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SimpleSkin/glTF/skinGeometry.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:35f0ca6bc07976c0aadc163d4737758989cfcc9870a99800004c4478fe698b63
3 | size 168
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SimpleSkin/glTF/skinningData.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:413bc8a8c0da673df767874e6f05f0b00c9261756a08586b9d555bd5535414b5
3 | size 320
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SpecularTest/glTF/WhiteGrid.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:237e82e386d84ab705a69d3b78d1f7c2854422c8c83bd2b824fc2cbd1a907353
3 | size 205
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SpecularTest/glTF/YellowGrid.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:b0b2c99b097f4a55ed587a58c32a254cc5ff76c0aa028825af0018c65ccdff85
3 | size 204
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureEncodingTest/glTF/Plane.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:68eb0aaba58264604648e828ba7536b3c52333659445200f56d90b23b05a2f36
3 | size 92
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/UnlitTest/glTF/UnlitTest.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:a6a81ec57560242f29ee2c2a94f452a923b5548bf256b6529b0c07dea3f5c907
3 | size 2568
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/DracoSpecialCases/glTF/Normal.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:a50e4bf135fd4ae7876cfab7b1d43699a294f8530e12cbc6ad8fe8a1c52c25f0
3 | size 186
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/EightTexcoords/EightTexcoords.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:38556b3950fd6428ab7b5a6b576df1a65512a65367e26c368a1bb1c1e824702d
3 | size 364
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/EightTexcoords/colorgrid4x2.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:a62f1f3182c55fa4eb25a35803c06cc458ec621b64b769fe2630248afa1be5c2
3 | size 196
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/FullyTextured/Emissive128.ktx2:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:907ee6feee7fa7f88b43c231a0439f43886ca666fd48e12f9a8c06ecb8166534
3 | size 1753
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/FullyTextured/FullyTextured.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:e6467fe76921718b13d8586b23abb7ff6dd131a8ba216d821fcf8986c9ddc8d4
3 | size 456
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/NineTexcoords/NineTexcoords.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:3c4a172308fc699b96aad84d1915ec0876eba0f5a2b4b96753cd82a8f91f9d40
3 | size 2376
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/NineTexcoords/colorgrid9x9.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:e4389c14baa5f23d27f8251937bc7f37888fe91df71ee8e2cad5ecc3aeb8ef23
3 | size 1451
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/PrimitiveModes/PrimitiveModes.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:b03798132371b848f62f8791ce4d28cc6bdea235615dff0fb1d3627db19a854f
3 | size 20016
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RelativeUri/SubFolder/textures/a.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:2ae92c18b4a07f2bd1fc0b9e6349b0cb2168445957c2d18139d1800e9274a84c
3 | size 97
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RelativeUri/SubFolder/textures/b.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:1531d6712902245ad3eedacd94e6725e35bddb5d14f983d2fc12fa537923f84e
3 | size 98
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RelativeUri/SubFolder/textures/c.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:cf715f1b929ea6432e646178a19322ee09ad9bceb5dd44cd3bb7e0c2fc09542e
3 | size 99
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RootNodeCount/TwoNodes/TwoNodes.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:a18e181057d860fedacc3e17789fab7e8c94e555034e7651425bb6f2dda034fe
3 | size 80
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/TextureVariants/glTF/Texture0.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:3dcbc0913b0ca5ce661bd5aa33be990ac97a4acad1d932ca21a58d4ac62f7a88
3 | size 185
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/UnlitAlphaModes/UnlitAlphaModes.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:d3d3ee5dde0c73e97d8e88fdcce8bd4b67837b39baa92d2e16f8da3dea1d1e9a
3 | size 268
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/UnlitAlphaModes/textures/tf.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:25b4ed4b2789437965dfebd0fb120e7fbce5ac44c1942981661d9b6442f156cc
3 | size 739
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/normal.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:dd0702b6b841c9d8d3487466a2c65e13871b5cc87c1022f2fb3d594083c6a82b
3 | size 30059
4 |
--------------------------------------------------------------------------------
/Docs/Release-Process/Templates/tag-template.md:
--------------------------------------------------------------------------------
1 | # Tag Template
2 |
3 | > [!IMPORTANT]
4 | > Replace the `{{ }}` tags from the template below with relevant values.
5 |
6 | ```text
7 | com.unity.cloud.gltfast: {{X.Y.Z}}
8 | ```
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/AnimatedTriangle/glTF/animation.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:ec3bdaac71a222034affffef8a9ec531563bc02a3720e513cd8bf852e270f99b
3 | size 100
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/AttenuationTest/glTF/PlainGrid.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c67b0411f4f8d2c940c7e4583ce6c7607cc6c45779c88c3c16f2d2892fb9c411
3 | size 618
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/BoxInterleaved/glTF/BoxInterleaved.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:e4e58932bd0772677b557b9aa06ba84ce0b41efdd853645c140ea69f0aece9ed
3 | size 648
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/ClearCoatTest/glTF/ClearCoatTest.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:b08f3e07f8050fd117b4b3bb3fa0bb93fd7a3f8dbe509d48e330daf8b754c840
3 | size 69288
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/ClearCoatTest/glTF/PartialCoating.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c0af343c4d9c1e10498acd5d36ab1ca8ed20fe66628af3a69ec42a645555d405
3 | size 5077
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/ClearCoatTest/glTF/RibsNormal.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:2d8c08bcd0b260a17ad973c4ee1353c48a317302c153aa3b7bb356a6b3689ca3
3 | size 1605
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/MeshPrimitiveModes/glTF/buffer.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:4369522e5929bed650242fea069c687aa2ea1230caa61c378610b2154c1048d7
3 | size 216
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/MultipleScenes/glTF/simpleSquare.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:2d73fc484aab11784e8773862e69b28cb7e0d7d1aadac6032ceea7c490cfd15e
3 | size 60
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/MultipleScenes/glTF/simpleTriangle.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:898ed7f560dca9907a80c98be57fbbc0f3a092d2e3683b964ffcfa75c549ac62
3 | size 44
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/NegativeScaleTest/glTF/CheckAndX.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:19da9a7f987b9a64684500c1de49293c0922f1840f13ce5d38505b8b5fe1c001
3 | size 9775
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/RiggedFigure/glTF/RiggedFigure0.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:28baa193dbc2f8bfad9cb8c13ae16191c592725ea3b2b22b7f05ab701618ce27
3 | size 22184
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/RiggedSimple/glTF/RiggedSimple0.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:b18e39089acca03219a7a3aa4dd3f00eaedebf438bc3bd58fdcda855f64eafe6
3 | size 11136
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SpecularTest/glTF/LeftLabels.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:491def53d2f2fe82aa2d9babad922475661f54c416abc17bc0dbd52e4565de11
3 | size 30517
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SpecularTest/glTF/SpecularTest.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c0f38c6c39c65f0d00213ff3cdd37328e9ce6bfaf12af563ff28d50d30659355
3 | size 180088
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureEncodingTest/glTF/0_136_0.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7310c0157395b5732c24711abbbc644ae273587de38077045470c9c7ea129bdb
3 | size 69
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureEncodingTest/glTF/0_136_255.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:0fa99fc5d9a46991a583302bb176867463bc03f13d40ca72ca4ffdbf5f6aa3f9
3 | size 69
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureEncodingTest/glTF/Sphere.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:92bfff23a1cff625d3c012b4a2db0cfb2c30c92775195ee261247fec602f26f4
3 | size 8480
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureTransformTest/glTF/Arrow.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:5df5b251fed0ac306cf859a30b59a4953d152483a4bed2b84e5bba1c667a1e64
3 | size 867
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureTransformTest/glTF/Correct.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:3a14b12635ebbcee3ea427fbdb4d20da73e4740ec7a51683d700a2d6b4b7861a
3 | size 2457
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureTransformTest/glTF/Error.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:8d1032ef535a5c379bf78f9f565d3180ee3fc2d1cfef6892dee6e567728b619c
3 | size 2273
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureTransformTest/glTF/UV.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:ac37ff52fe06a4c8c35ad4e1e7e8da039dfa8afc9b629d40a44ca8b8cfe9d03d
3 | size 12345
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TwoSidedPlane/glTF/TwoSidedPlane.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:b5773c232084d848db9087978e97ca1ea4ffc1e955bd39c5bfc523c3fa577bc9
3 | size 300
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/Unicode❤♻Test/glTF/Unicode❤♻Binary.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:6b85548532b3d27f75b17a830ea4ca82ffea93e33fc3911561809ebe0f2af922
3 | size 152
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/Bounds/BoundsMissing/BoundsMissing.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:99fad075498341354c22a445a8f5c906df35d171e6848d8590d4c54ec5c031ed
3 | size 304
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/DracoSpecialCases/glTF/colorgrid4x2.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:cc5e7c07c0526c63b31e1d90f181cf2e024d3a8bacc490e40b77b9107909a750
3 | size 137
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/FormatVariants/glTF/FormatVariants.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:40d56cbdc93aa0807894e820906f6b822da426a66984af0726279ad379b29ff4
3 | size 840
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/FullyTextured/ColorGridAlpha128.ktx2:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:bffbf74382d43e720eb338d38c6f910aaf210b338d834edd08f1f1b6230d9fb5
3 | size 5987
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/Lights/Directional/LightsDirectional.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:9c5ddbf00e27531a21b4ab5f940215b6105f68e3d48a197be688bf47dedf83ce
3 | size 756
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RainbowCuboid/draco/RainbowCuboid.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7efaa1243347d506c64c8c1666fb0e4d81754683901a785a05f7f345213b3110
3 | size 5771
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RelativeUri/SubFolder/RelativeUri.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:5ed26443594bf1331c6c5f5bef72858666d781c77a3d2df49af73c73e5ea2bec
3 | size 104
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RelativeUri/SubFolder/RelativeUri.glb:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:cf8a07db75147c7ea2a033c8b4f75ebb4158352eb847d72aafafdc42af0e064f
3 | size 2756
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RootNodeCount/AllScenes/AllScenes.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:a18e181057d860fedacc3e17789fab7e8c94e555034e7651425bb6f2dda034fe
3 | size 80
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RootNodeCount/SingleNode/SingleNode.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:a18e181057d860fedacc3e17789fab7e8c94e555034e7651425bb6f2dda034fe
3 | size 80
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/TextureVariants/glTF-KTX/Texture0.ktx2:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:e5ac4bf7a96219939451961f7c7781147748766dfcbbdf68533213b50b063918
3 | size 371
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/TextureVariants/glTF/TextureVariants.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:4415c6ac9afdd15811509f5c720c3935d310af8108482f289cd1ef0317ed3302
3 | size 840
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/UnknownExtensions/UnknownExtensions.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:5784d88569ad022f6e08fa3b41f59bcff045a5cc286a38deff5f394eba6536b9
3 | size 172
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Materials/Textures/normal.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:dd0702b6b841c9d8d3487466a2c65e13871b5cc87c1022f2fb3d594083c6a82b
3 | size 30059
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/ColorGrid.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:b9d3dae15e94f39ab0d03912442250435891503c49f76920dd01e32a2ffd7231
3 | size 17906
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/WrapModeCC.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7c2a7995c055fae2c1d9014004e128fe8b46883a0643d4573bc5fe98e6fbc882
3 | size 189
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/WrapModeCM.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7c2a7995c055fae2c1d9014004e128fe8b46883a0643d4573bc5fe98e6fbc882
3 | size 189
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/WrapModeCM1.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7c2a7995c055fae2c1d9014004e128fe8b46883a0643d4573bc5fe98e6fbc882
3 | size 189
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/WrapModeCR.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7c2a7995c055fae2c1d9014004e128fe8b46883a0643d4573bc5fe98e6fbc882
3 | size 189
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/WrapModeM1C.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7c2a7995c055fae2c1d9014004e128fe8b46883a0643d4573bc5fe98e6fbc882
3 | size 189
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/WrapModeMC.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7c2a7995c055fae2c1d9014004e128fe8b46883a0643d4573bc5fe98e6fbc882
3 | size 189
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/WrapModeRC.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7c2a7995c055fae2c1d9014004e128fe8b46883a0643d4573bc5fe98e6fbc882
3 | size 189
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/clearcoat.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c0af343c4d9c1e10498acd5d36ab1ca8ed20fe66628af3a69ec42a645555d405
3 | size 5077
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/emissive.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:98ad44369003519be9bf242d5ad4e4f6c6fa73f7e54f2876e84b52158dc555b9
3 | size 3009
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/metallic.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7ec920a63eca700b1087e0a9f08222f26f29cfe12e76751c98aad2d70589380e
3 | size 1338
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/occlusion.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:ff91b3108fd139bcb15e1a7908ebe5762fcb9bc9d4ccbca209c615a39683dba5
3 | size 22996
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/smoothness.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:203c1cd34571dcf79fb7b25d08baca098479e2f7e9af0f9f586676eb40b476a8
3 | size 1337
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/ReferenceImages/VerifySceneTest.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:f4e2a8aaa77c5758ef12e4e504e03ac0f20c25e7f20123c7d315c496c023bdcf
3 | size 32710
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e56ab7110179f4e6a8c5562d60b8e514
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/README.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 66b8fc1cd11884e289cfcae553b2569c
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/AnimatedTriangle/glTF/simpleTriangle.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:898ed7f560dca9907a80c98be57fbbc0f3a092d2e3683b964ffcfa75c549ac62
3 | size 44
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/AttenuationTest/glTF/AttenuationTest.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:cc2035622175e93adc8634686a583c64da39d4428f8a2af314874a475977910a
3 | size 10584
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/AttenuationTest/glTF/ThicknessTexture.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:9d1b2b183e8184c9c554ea75903ca94fc82222658983f792556d99f3229d4215
3 | size 8370
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/ClearCoatTest/glTF/ClearCoatLabels.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:b8b006dd13229d51f25a7162e6fd249cd2255c97f3d0fac7f604c61de9ff45d8
3 | size 10270
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/ClearCoatTest/glTF/RoughnessStripes.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:4cfe60f6d25acdf6fa6396da652783582cad25eb73372f72af3d5ece5a5ea2a8
3 | size 5033
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/EmissiveStrengthTest/glTF/PlainGrid.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c67b0411f4f8d2c940c7e4583ce6c7607cc6c45779c88c3c16f2d2892fb9c411
3 | size 618
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/MorphPrimitivesTest/glTF/uv_texture.jpg:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:d498c54b30f096b663b161f37ee64397253d6fa15ee4f8c03082c890f6065031
3 | size 49535
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SimpleMorph/glTF/simpleMorphAnimation.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:bba8e6c8579b04fca092057a83266582a2f22fbe390d16f0eb92b577c60f9776
3 | size 60
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SimpleMorph/glTF/simpleMorphGeometry.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:44e308fa30e6864c143c44d43bcf0dd3a48c0e21b8abd33344cf4949166c12ea
3 | size 116
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SimpleSkin/glTF/inverseBindMatrices.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:5844ab221cd2ad367420a248f6387b46e5f8498604427730a37ee96b4d4ec599
3 | size 128
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SpecularTest/glTF/specularTextureGrid.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:3232a9a310f6057359bd03a863ea33576406b26df0f951d614e7fee424cf0ae9
3 | size 242
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureEncodingTest/glTF/0_136_0_gamma.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:5068f57a43d4f08fc429a1b005a0a3147002a5a1c2177e49b46438b3acf71447
3 | size 129
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureEncodingTest/glTF/0_136_0_icc.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:0979757c2b3f2012415ab730b1b35d766d276f80936f052ec333297a7b196734
3 | size 471
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureEncodingTest/glTF/0_136_255_icc.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:bef3f8853a4562bf105763305635856fb08cb0d301e4833d905a020e128fa049
3 | size 471
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureEncodingTest/glTF/SlotLabels.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:141df8fcbf74d3c4a9f81ea7a4773a5f1ea440c0d1bec0360b7d09920932f061
3 | size 6548
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureEncodingTest/glTF/TestLabels.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:51a41f5530ef78b2c357b879ffb0d526c2338d2f862db4340ce843be2edfcce8
3 | size 5211
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureSettingsTest/glTF/CheckAndX.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:19da9a7f987b9a64684500c1de49293c0922f1840f13ce5d38505b8b5fe1c001
3 | size 9775
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureSettingsTest/glTF/CheckAndX_V.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:4f8ea98d173360c29275e04cac8d1d05004b1605d818e6f143aca8f31e4f302d
3 | size 9878
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureTransformTest/glTF/NotSupported.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:1fbdeca7e5c105d677a39578e4bab82b89c8aa9f406ee681ede05635ea0f8c74
3 | size 3291
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/Unicode❤♻Test/glTF/Unicode❤♻Texture.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:fced57e1bb38102db8e717e49d38a9a60f27f2ec6f180d0f2c6c7fb1b17ae6bb
3 | size 6754
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/VertexColorTest/glTF/VertexColorChecks.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:51911f1787fa12bf373828804df0cf8f4279a8c1b5e0f6046f5f4b425ad5337a
3 | size 8658
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/VertexColorTest/glTF/VertexColorTest.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:6db785f1fb513441354b543619bc6fc72798b6f4295034a45a41480662f625a9
3 | size 4332
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/DracoSpecialCases/glTF/DracoSpecialCases.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:fe7cee12e29c7fcb75ee4eeb889f230d47885430173ef84c03fcee1b15cf9b7c
3 | size 4512
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/Empty/Empty.gltf:
--------------------------------------------------------------------------------
1 | {
2 | "asset": {
3 | "version": "2.0",
4 | "generator": "Manual",
5 | "copyright": "(c) 2022 Andreas Atteneder, CC BY 4.0."
6 | }
7 | }
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RainbowCuboid/original/RainbowCuboid.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:d6c9e174d15eda1c8266b789c6b20b589918e6b7f1328daaf3d233d5b12c030d
3 | size 10304
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/TextureVariants/glTF-KTX/TextureVariants.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:146e7863aeef1100196f8b9c14df4b2b9cf9b6ff3f11d552c9d72f43c926934a
3 | size 840
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Materials/Textures/emissive.jpg:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:981c4abc88aa154869ba0659aa2e5384b189264c6207685d94f26ac6752041ae
3 | size 1380
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Materials/Textures/metallic.jpg:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:5e272ac4bd7aa52aefa5f17e37a758e2b810f6c02e10b74798147e0c6d8ca920
3 | size 4771
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Materials/Textures/occlusion.jpg:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:d0848f5db6b5e721558f58ed655e402c126a36f1a88236724c41e3947e378071
3 | size 3238
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Materials/Textures/roughness.jpg:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:a2324cc2affa9d9593f4f1a7371ef5c89e932642eb909df89eacc5b1f7adc6b8
3 | size 681
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/QuadCube.fbx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Unity-Technologies/com.unity.cloud.gltfast/HEAD/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/QuadCube.fbx
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/Submesh.fbx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Unity-Technologies/com.unity.cloud.gltfast/HEAD/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/Submesh.fbx
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/ColorGridAlpha.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:ffdfeee5847a2cb0af51cd55775608c83dfa8034b30cbc48c3a72debeaab6b91
3 | size 16335
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/ColorGridGloss.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:ca1170882177bdfeb6f9727840e9d3537c3ec11a1ae1278c8883d0e6e34ef23c
3 | size 14700
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/CHANGELOG.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1907d48165c914f65909bac3ebdeb857
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/LICENSE.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a6f1c11b2fcea4ea69d44fea7045741c
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/AnimatedMorphCube/glTF/AnimatedMorphCube.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:4aba93918adba56c1cc688a38c527bc647e26f2c386802e119b4d01b7250dd23
3 | size 4284
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/AttenuationTest/glTF/AttenuationLabels.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:27e70c599e643d2d093cad56f38232e7648d1d1fa6e8bdb1c4ab49ea23b7fbf4
3 | size 24933
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/ClearCoatTest/glTF/PartialCoating_Alpha.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:1f1623143d44a08978ddc9ec00a6fe33fb34fc292fc5c46b5ddb0c056c2c316a
3 | size 5065
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/ClearCoatTest/glTF/PlasticWrap_normals.jpg:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:1bd5ce83066aae7ee8af324ada1492dadad0eba9dac15eb629f2be78684a5ce0
3 | size 144210
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/NegativeScaleTest/glTF/NegativeScaleTest.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:671826651d22463a9d830dc1b9c0ff3d17b2812e06b43466861eac2a7c5211f1
3 | size 26664
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SimpleInstancing/glTF/SimpleInstancing_data.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:29d38705c2a619f30374e80413be61f2e855dd9ec59c499201000aa53715a73c
3 | size 5720
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureEncodingTest/glTF/0_136_255_gamma.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:436bf315ad80428cc2e582cfd4bdb79db5168a4c175bf859df320299ec136fd9
3 | size 129
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureLinearInterpolationTest/glTF/Plane.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:68eb0aaba58264604648e828ba7536b3c52333659445200f56d90b23b05a2f36
3 | size 92
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureLinearInterpolationTest/glTF/Sphere.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:facd4236ec7c5f3b17fa9afe610ce02afabc6d40fb58d07895c20aa550b22d02
3 | size 8480
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureSettingsTest/glTF/TextureTestLabels.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:14b29323950f10cacfbc4160ea8982aaac6bdea21cf4ec5e8c1589917266415a
3 | size 7376
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureTransformMultiTest/glTF/TTMT_Labels.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:744109ace177c81063faf7540bdc9b029834076fe5058af5810159b97149873b
3 | size 22486
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureTransformMultiTest/glTF/TestMap-1.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:e0d3820efacf8a37628e24f838016ad792391dc4b597ba5d9cc6fb34d0b66412
3 | size 31260
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureTransformMultiTest/glTF/TestMap.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:29e88a0807288a7fe1fbad7b75eb920115f8850d3f28c53df9815ca83b9daa01
3 | size 25791
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TwoSidedPlane/glTF/TwoSidedPlane_BaseColor.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:dc04f61099e34bf6f3819bc1b3ab909ea40436b272a203f7b0b9996ae324ccc3
3 | size 82997
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TwoSidedPlane/glTF/TwoSidedPlane_Normal.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:ce8c72ccd6d3e1c22f54b3c13696a288e3c08777b95cb33f518e2dfcfe6e45fa
3 | size 51450
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/Unicode❤♻Test/glTF-Binary/Unicode❤♻Test.glb:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:3b9db3c2d6bd4e1659347978411aa70589e66978ad1422e6f0eaa92864b2f746
3 | size 8088
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/VertexColorTest/glTF/VertexColorTestLabels.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:f2446c642ff49c1a1377ca6a955dbe3e0f4d1bb01035739e7f122e8a9ff74852
3 | size 9674
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/FormatVariants/glTF-Binary/FormatVariants.glb:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:15258e0a2fe0ac141cb5543e2131a26e3921154d2817af4d8ea8eb76d082db59
3 | size 2616
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RainbowCuboid/submesh/RainbowCuboidSubMesh.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:f4c7580aa0917cea636d7402cfd1657a25b75b8c310918b0d60464936e8459dd
3 | size 9716
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/SubMeshSharedAccessor/SubMeshSharedAccessor.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:614c060eeb8126e9153e5473a5bbe85e89d3399582895b6b9b5790257b02eced
3 | size 236
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/TextureVariants/glTF-Binary/TextureVariants.glb:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:2e34904e04496792fed3de9a89dded73be0a70e228d25af493d68bcc7422091c
3 | size 2896
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/metallic-smoothness.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:e778e5c2b0bf61902b57cce368386d0e0999873078ea4301f572b59ca640923f
3 | size 1342
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/package.json.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f9b381701ee454bcdb792099f6b4e4a4
3 | PackageManifestImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test-entities/Assets/README.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 09fb575f9b3d3498b910bd5bf2cf4fe6
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test-minimalistic/Assets/README.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5a85f3339c5ae430d9cd39a3130eaab2
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/EmissiveStrengthTest/glTF/EmissiveStrengthTest.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:54ba759d776228b52a256bb7b739581ad3081ac77677ee905b4920e869ceccf5
3 | size 5308
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/InterpolationTest/glTF/InterpolationTest_data.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:f4ab866b1b34a0b0ae345a4ac37f2b13b49f6f4e4068ef345880bfcdcdd4d961
3 | size 1628
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/InterpolationTest/glTF/InterpolationTest_img0.jpg:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:8fe5edebe98b4879af7985d7499af45e5cba8305786078e74b6184c2ba33b422
3 | size 11376
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/IridescenceMetallicSpheres/glTF/textures/guides.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:04be7e96eacef9981b3cdf67eeef390d080f601af86d86bef51993ee1bf738cc
3 | size 43791
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/MorphPrimitivesTest/glTF/MorphPrimitivesTest.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:59ec1d7ca5c8d7605b69aa57cee3da2994384831a290e5271ecd963002c31c76
3 | size 1512
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/NegativeScaleTest/glTF/NegativeScaleLabels2.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:71a79de243ebdd640fb90dba1ba250632de1343537ae86f7e95379fe2da50725
3 | size 18982
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/SimpleSparseAccessor/glTF/SimpleSparseAccessor.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:8b01fde2d485b480626115ff804f972edb4ef87f23d2600054bcc859cee38f92
3 | size 284
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureCoordinateTest/glTF/TextureCoordinateTest.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:428cf36c6431d3252568295ea9bd5301813c96bb9cdd0f141de7a40a5abc9858
3 | size 648
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureLinearInterpolationTest/glTF/0_0_0-0_255_0.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:b187aa937b175ec5149c05d01bd0ab4707d604d7487d4fa736eb5bef180db065
3 | size 72
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureLinearInterpolationTest/glTF/TestLabels.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:a8b570e2bfbe93d4bb8850942a3d0204aa8bc4b6ea3d1c9c2d2fbccfd70bb7a9
3 | size 2717
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureSettingsTest/glTF/TextureSettingsTest0.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:1aa2e5e31ae08179eea355945b6fd5d84bd5ffd62a50b93a68c2368d9f345cbe
3 | size 4976
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureTransformMultiTest/glTF/TestMap_Normal.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7ab4b4ec2270dac1d5bebd76986b8734ab42908678c2e87509f8408689313e5b
3 | size 199514
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureTransformTest/glTF/TextureTransformTest.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:d0cdd23f2fa0996a0db99d4932fb9912a51a34e27c8bf832d072dc856ee9a7af
3 | size 136
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TriangleWithoutIndices/glTF/triangleWithoutIndices.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:d8b87038ed2ace74ed183166f6b0a541eab77f7184d50e65edc4bca5ccb5445a
3 | size 36
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/PrimitiveModesNoIndices/PrimitiveModesNoIndices.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c55fbcd4bdc53c476016a7f9a15e728c9c05207fb4adadd6a061a1a789b71aeb
3 | size 1008
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RainbowCuboid/meshopt-c/RainbowCuboid-meshopt-c.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:cc34f4c29fbb6ec106e7e666d9bf2b7af2f5c1d3a9667dada2e4929def873b43
3 | size 1992
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RainbowCuboid/meshopt-cc/RainbowCuboid-meshopt-cc.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:bb06321425e716eefadf366cce25272714fadb18acc5d5a2796f9d794189f276
3 | size 1744
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RootNodeCount/AllScenesAnimated/AllScenesAnimated.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:74abc0af0a31960a6273f824f6efbdd89cc43c35beae7565df9ba010d9ee4837
3 | size 160
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RootNodeCount/SingleNodeAnimated/SingleNodeAnimated.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:e1592a0a0dcd1cb15390c7628cd7bddf050dcfa12bd223143b9551ca910101da
3 | size 112
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RootNodeCount/TwoNodesAnimated/TwoNodesAnimated.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:0ed687a8ec3945cd4fcfc1485fb3e90f2581e70df84e046a93320e70d4dd00d7
3 | size 136
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/package.json.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8118ae413017f4b539dc5a621714439c
3 | PackageManifestImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 69598450d552f5f44b191743ba3fae43
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/AnimatedMorphCube/glTF-Quantized/AnimatedMorphCube.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:bde22d01f34dd8f5d83cfbb20a1a6d117ec48596157df5d484a58eba13cdff51
3 | size 1700
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/AnisotropyStrengthTest/glTF/AnisotropySpheresLabels.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:9c9779ff502078bda171a645f15d4ac6998dc6c833c6b101fd0ed4fd8c2be6ae
3 | size 12473
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/IridescenceDielectricSpheres/glTF/textures/guides.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:01cef8cce29485f2e12c422aca6330b2ec869068f8035c3f006210678afc3573
3 | size 42439
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureCoordinateTest/glTF/TextureCoordinateTemplate.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:07728c817d1f3d0b86d1fcc4610ed5ae4cf5064cb7f245bb891e84fb95fe28c8
3 | size 7284
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TwoSidedPlane/glTF/TwoSidedPlane_MetallicRoughness.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:e5defbdc05832e3271488c23678de9d50fae007090faa06cb2ac87003ddbbc5c
3 | size 21654
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/MaterialsVariantsInstanced/MaterialsVariantsInstanced.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7c1b5c7f183398fcbcaed526a9e38329e1469fd905839325b56314ea75dc7696
3 | size 1040
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/NodeLevelMorphTargetWeights/NodeLevelMorphTargetWeights.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:245ee60a7ab339c130cd5493b66192811a62faa22c80083dabfe74ef59e3b877
3 | size 2672
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RainbowCuboid/meshopt-c-vpn/RainbowCuboid-meshopt-c-vpn.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:7bdf75f78bc1fc9fd6bda70992fa64baa919d6294682fc7f6a64389472db8c96
3 | size 1972
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RainbowCuboid/submesh-draco/RainbowCuboidSubMesh-Draco.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:0830c32aee7b9ceb3bb6494ce72eda091e1368c104956e8a7f8834841f2c33d2
3 | size 6504
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/TextureVariants/glTF-Binary-KTX/TextureVariants-KTX.glb:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:2894611e727c6efe1c950ce8d26cb2b21d8107143e58f53455ac27f6bb841813
3 | size 3260
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/TextureVariants/glTF-TextureEmbedded-KTX/TextureVariants.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:4415c6ac9afdd15811509f5c720c3935d310af8108482f289cd1ef0317ed3302
3 | size 840
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/TextureVariants/glTF-TextureEmbedded/TextureVariants.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:4415c6ac9afdd15811509f5c720c3935d310af8108482f289cd1ef0317ed3302
3 | size 840
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 96addf301842e4f14b90f9e6dbf6e695
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials/HighDefinition/MetallicTexture_MaskMap.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c4263a48e9d5535d61bb3c927568ce9ec5f76e4bc28baea83fd768bdc286b1c8
3 | size 114
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures/IdenticalTextureName/ColorGrid.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:a07a0e48b84c2ed88c88c3ed92afbf1e6a4090821d7e30a6af694b18942d1f9a
3 | size 98
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/DocExamples.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 80a9660688f788a4b90e36414fcb5fb6
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Editor/UI.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5b6f220a7d34a4d23adfcf372466fa46
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Plugins.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a7a1fc1b5178b48c4abaaf7a38eb9d7d
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a12e525d176854b6a85429f453dc0082
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Projects/glTFast-Test/Assets/ReferenceImages.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3b1b55328182c43a7bc7da5888864598
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/AnisotropyStrengthTest/glTF/AnisotropyStrengthTest_data.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:24946d44e80827fa214c8b3c4b10a2289a2a97843e2b1aeb5781bc1259d9761b
3 | size 65760
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/TextureTransformMultiTest/glTF/TextureTransformMultiTest.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:72a0dea23011275b1ee6891a2b2fc91925e3b0a83677b4ad278925db755a2575
3 | size 87660
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RainbowCuboid/meshopt-cc-vpn/RainbowCuboid-meshopt-cc-vpn.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:848b47f3b74a7b6741fc459fd155b21fa30e2a2b34b922c4b5e11e6db0ca0d35
3 | size 1724
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Materials/Textures/occlusion-roughness-metallness.jpg:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:122e771dfd8afb7d5afaef9b26fae3491390a5c3847400fe379a77a29f0f79d6
3 | size 3055
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials/HighDefinition/OcclusionTexture_MaskMap.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:5dfb127de94b91a3ac7a90f5e0c6639cc71c0cc954c38e40a5f7db8490093ee9
3 | size 28085
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials/HighDefinition/SmoothnessTexture_MaskMap.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:38b1965519615711617bc4b4766d58b6751b9c0168c4387a9f69cdbd0567bb0f
3 | size 108
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Editor/Scripts.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a5c3b59db843444be9a563ee216701ce
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Prefabs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a985c7880449d44ba95d87ea7f9b29aa
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 40f50162465af48b6b44b4a1ba5b6eae
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 29a8f534b47794a6baf8eb02b5765f68
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/glTF-unlit.shadergraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c87047c884d9843f5b0f4cce282aa760
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/IridescenceDielectricSpheres/glTF/IridescenceDielectricSpheres.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:eeacab254dfd44b8e026a8ad9e865aa1b63711eb86fa7c36180a437845e97253
3 | size 34068
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/IridescenceMetallicSpheres/glTF/IridescenceMetallicSpheres.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:eeacab254dfd44b8e026a8ad9e865aa1b63711eb86fa7c36180a437845e97253
3 | size 34068
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/MetalRoughSpheresNoTextures/glTF/MetalRoughSpheresNoTextures.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:1ce2d45aa5e99ec1a9d0018aa6cbd9cb3156f4fa9452c668525ddc63e9b31a66
3 | size 241588
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/XmpMetadataRoundedCube/glTF/MODEL_ROUNDED_CUBE_PART_1/indices.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:ba9e2b975536ac94902b37ae9730b60084f1ea3205618f960ab6a28aa266fd8e
3 | size 20688
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/XmpMetadataRoundedCube/glTF/MODEL_ROUNDED_CUBE_PART_1/normals.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:23e6d65f384aa610b3d4e8bd5a4a9bdc161591eb6b44e1ad12dfc991f042c921
3 | size 41472
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RainbowCuboid/submesh-meshopt-c/RainbowCuboidSubMesh-meshopt-c.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:8d6b82905fbb84ae58145c88a8c2ced5850a6584af89d2512155929bd07541fa
3 | size 2056
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RainbowCuboid/submesh-meshopt-cc/RainbowCuboidSubMesh-meshopt-cc.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:a0386c473a93b9edaef9de1ecfb1a88be5a4aa45f01bf3ca06de6b9bdba94d2b
3 | size 1800
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 326a27a33f13c4d3db807cead0bbf96b
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 36c61e11f66e34a158648f4f9deba82d
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Models/NonReadableTriangle.fbx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Unity-Technologies/com.unity.cloud.gltfast/HEAD/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Models/NonReadableTriangle.fbx
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5b4389dbb919b49d688f7b3f855f6652
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials/HighDefinition/MetallicSmoothnessTexture_MaskMap.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:f01b353acd86e654271d88aa923f72d00aa64b2651978e396931c13b5e3c6579
3 | size 140
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials/HighDefinition/OcclusionTextureStrength_MaskMap.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:5dfb127de94b91a3ac7a90f5e0c6639cc71c0cc954c38e40a5f7db8490093ee9
3 | size 28085
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Prefabs/glTF-FastestLoading.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ed786e03151c44364bc646894a518c1b
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Prefabs/glTF-StableFramerate.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 025e8a05d2e5841afa3cab01a58d2379
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/DOTS.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 84791d3fa602b44d28c49792c1d626cd
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/glTFast.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a42927d1d4a3b4cda9b076a7adecb9cc
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/Export.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a42eab874e7f04e7db008b7792193e78
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/HDRP.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 26cba0d4e8d34974e97734c1b901b70b
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/URP.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: befa3dcd29675664fb21078dce008500
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/XmpMetadataRoundedCube/glTF/MODEL_ROUNDED_CUBE_PART_1/positions.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:b32d884405c0314679195ed671b22d8c30772dfb0e433befc3794739e149ba2f
3 | size 41472
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RainbowCuboid/submesh-meshopt-c-vpn/RainbowCuboidSubMesh-meshopt-c-vpn.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:ba7b34f4b8f0a9acfb7221b96ffec832f421c87ccc8b4cae8ee8dccb35ce8139
3 | size 2044
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d8f9c088e196d4a999cb828b179b1e93
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials/HighDefinition/BaseColorSmoothnessMetalTexture_MaskMap.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c0f6d1990aa8630b1f0d541be547906cfbcace54254124851d754c9aa4cd1266
3 | size 197
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials/HighDefinition/BaseColorSmoothnessTexture_MaskMap.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:3789865c726de38fe3ee6b30de3c28a9748ef1c642154dd002b0723eaafd5b18
3 | size 3311
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/Bounds.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3b8a6a1dcde574f2b9d8709361a260e8
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/Quads.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8d4497c445d7a4c4fbbe110d953054ef
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/Simple.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0d8624f4a39af4179b99f78392428f83
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/Unlit.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0f1ddaf82c5594f18a30f08a74141629
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scenes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2e55cb0a63d34457983b7c20ef4d0e64
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scenes/OpenGltfScene.unity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 99316dc1147bf4cb99e4aa3d6e8798cc
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Editor/Scripts/glTFast.Editor.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 76676817d91ba4f44b4aa7df71867256
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Editor/UI/MaterialsVariantsComponentInspector.uxml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 59ebae2cdae594e61a848659876e2444
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Loading.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b4b84858ae70b4efcb454a8e02db5f28
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Logging.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c4450c85414074abca1fa3d2ba289bb1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Material.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e90df689fb7db4df9984e785e4481a88
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Newtonsoft.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1adc79681d8ae4202a0aa51fa68113d1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ffda2751a985d437aa9535cccba413a2
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/Built-In.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 38456a2b57852485fa3a807fceca610d
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/Includes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0c9697c5d0dc34bae95ecb7420ad10d3
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/SubGraphs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8298184a0bccb4775bffc0864a0e40a8
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/SubGraphs/Normal.shadersubgraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3d23f3f9d39dc4621898db0a20884fcd
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/SubGraphs/Unlit.shadersubgraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: be4372d6443624882a2e9c3b62ab6ee7
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Unity/RainbowCuboid/submesh-meshopt-cc-vpn/RainbowCuboidSubMesh-meshopt-cc-vpn.bin:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:52da595053c433edbd9d4d8a08a462afe9c40c026bd08dfeee4138ddba43fafa
3 | size 1788
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Editor/Graphics.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fd6ee7b66e4c44d9dabcaa2cd54c637e
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7952bc0a685044205ab7791335bd308c
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials/HighDefinition/MetallicSmoothnessOcclusionTexture_MaskMap.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:c18441a4b626194d3d7f8d22ce16ab6313f8df25070895e081625eb53df367d3
3 | size 200
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/Cameras.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a89df64aba53046ba99da011a2e3ac97
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/Dielectric.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 24c13edf962bf42d0ad1f71d10864824
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/DoubleSided.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d11274dc7d69d40a0a8bb8d422875e12
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/Hierarchy.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 677a59952fc214b11ad8d761304639ae
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/LightsPoint.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7e0702104e34e4a68aeb6753eaa14b03
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/LightsSpot.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 250fd5b1250834aa0bf5d346075ff01f
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/MeshReuse.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bd9a03713e9544d65b3a51b50b4c5665
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/Metallic.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d91af84dcddcb4d40a7247f2cf63141a
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/NoMaterial.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 50fab60141c274403b5d9743803dd6e3
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/NoMaterial2.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2d2cacd3abf864e5b820c2d04d93bac9
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/PointCloud.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7792de72d326d48acb68c6159a3a9777
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/Submesh.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 935afbc92ed3646488ea2105a5864d6c
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/WrapModeU.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4773f44f5a0654d6bbd5638e82956a00
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/WrapModeV.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1028f372405af49649f2f65cfc84354b
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Scenes/ExportSkin.unity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 31eac5d5a01524e08af72319b729d77c
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 48b892db3aebe4b7b81a4432cfd2f5d1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Plugins/UnityCloudGltfast.xcprivacy:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/DOTS/glTFast.dots.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d688d3cbc2c1041f68fa250ae633471b
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/ImportAddons.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5d682dcb33fec455d8c59dcbbc002c23
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/SubGraphs/BaseColor.shadersubgraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8128dba25d89b4e0e99b91d27f058f07
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/SubGraphs/Emission.shadersubgraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c65a0769f13ae46a28263a75eed49ecc
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/SubGraphs/Occlusion.shadersubgraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a61e32a8ab2b744a3837d668b8fc3155
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/SubGraphs/ScreenGrab.shadersubgraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 34bce5e04fd5d474286972968941bb2a
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Editor/glTFast.Editor.Tests.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6cbab5b4615bd4a41b22c7536b8e0dd7
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Models.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3b55a6db9d49d4a9dabe4716c9229241
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 66208b8e4726c49da933f91dadbded2c
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/Bounds.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d3e569d4e5ff84c718befc3bbe28abfc
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/Cameras.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 91bc3635017394fbba91f352b778826b
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/MeshReuse.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d70037267259f4bcc9e0b01c0e4dead1
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/Metallic.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2c3ce81ea570548a683ab9d21c4e0284
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/Quads.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 472b7420010924d7b84109f75727e159
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/Simple.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7f4dae625a116469a8d69aa4fac4feba
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/Submesh.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5911871695a2c463db059d2690c4a0bc
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/Unlit.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 69454fed19f4641239ce2b166fb2096a
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/Unlit.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f9ae06dc170024590b4f629bf1828664
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/WrapModeU.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4f3d0d58747d14e38a5a1f165d1cf60d
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/WrapModeV.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 345100f061932497ab223350c270fbef
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ed6918c614a0e4fef95913117f347ce8
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials/HighDefinition/BaseColorSmoothnessMetalOcclusionTexture_MaskMap.png:
--------------------------------------------------------------------------------
1 | version https://git-lfs.github.com/spec/v1
2 | oid sha256:157c703e9c8715d2cd8245aae4c5b229e9b92c4ea81c191fcc3899b7d945bfe0
3 | size 228
4 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4cbf4fe20c748428d9697cccb202670a
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b5b28b2da71bf4cdc9b6dfa5ac50a1ba
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/BaseColorTexture.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 26824e03f48cf4efc941995413e8cf94
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/BoxVertexColors.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5be1854a1ab874a308e65b5db418388a
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/ClearcoatFactor.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 58c997adcad2de54492e931bfa9c2d75
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/ClearcoatTexture.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ef51f9d4ffd19424bb63ae05f3792943
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/EmissiveFactor.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4f3faa6302e404605852678e205439ba
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/EmissiveTexture.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3b40254c498714114baaf3d410ed353f
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/LightAreaDisc.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0c37636b256674062bf315fa8d4c732a
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/LightDirectional.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bceb870a5146b47b8a9aef4ea183308b
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/MetallicTexture.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cfb983a48091d4b499bdad45e13ad0be
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/NormalTexture.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 07695d396174743ccb430abb15b9092b
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/OcclusionTexture.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c2c9cd0016016402fbf39d1705884133
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/UnlitTextured.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 293fb8f07bf3d4c13acd52d0d508a96e
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Scenes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 314a53f37fc8542c6bc4ec1dae66e19a
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/ReferenceImages.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 160890282550f4f93bbc664c5cc2ba26
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Export.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e5859b2ca28bc409f805334eb69005fa
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Graphics.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 834f4382f2d62485aa97c78b7271e83b
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Import.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7bb9468bda02441a38c04f0b93a7edb1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/OpenGltf.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5a61b99f0f31c4b649e2f7f7a46900b9
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/TestCaseSets.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0d8d35f89514845d5b2181c03d0c466c
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Export/glTFast.Export.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5e7ba8d6d26c84943b64dd07bd1c9510
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/MaterialsVariants.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a6f04553a2954d04ba95dce85a65d297
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Newtonsoft/Schema.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f8acfb6db3f3c492ab195e730ba16ed7
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/FakeSchema.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6e048fb1006e548b68d3d5b84d2e4669
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/Built-In/glTFIncludes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3f62a875b6e4a436bbefc57db5b46197
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/SubGraphs/MetallicRoughness.shadersubgraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 04256d74e79e741c5a94eebba619687e
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/SubGraphs/TextureTransform.shadersubgraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9a44a43ef44bd4a9dbc883ebde01cc72
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/glTF-pbrSpecularGlossiness.shadergraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9a07dad0f3c4e43ff8312e3b5fa42300
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Tools/CI/nuget.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Docs/Release-Process/Templates/changelog-section.md:
--------------------------------------------------------------------------------
1 | # Changelog Section Template
2 |
3 | ```markdown
4 | ## [Unreleased]
5 |
6 | ### Added
7 |
8 | ### Changed
9 |
10 | ### Fixed
11 |
12 | ### Removed
13 |
14 | ### Deprecated
15 |
16 | ### Security
17 |
18 | ```
19 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Materials.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0f9c1b74a1ffd4def81c74710cb8019f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/Dielectric.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ce3879c87c2fa4c69830dab60faee3cc
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/DoubleSided.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f97727545977c4fcb8721c740dacd746
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/EmissiveFactor.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4812d19c78c5e47b0b36db48f7f2e2e7
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 66e20911f9c184a70813d7155d70dccb
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/Submesh.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dea65448ca6af4163bf019cac8383451
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/Unlit.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 928bf79a1e576423bacf64181b7d3dd5
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/LayerMaskAll.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ef7f51ca105614b2b97062dc5009d144
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/LayerMaskNone.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 23ca9adcb50ba449d9a15cee34546844
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/LayerMaskOne.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 35051b18510b5478897c5212f9eca4c4
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/LayerMaskTwo.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6dc37c35f159b4013bbcb8038f3ae329
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/LightAreaDisc.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 397a29f6d70094de0903f4497ac9ace4
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/LightsPoint.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6fa33e3276def4a97a4fce632311814d
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/LightsSpot.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b40d154853b1044d9a87bb6ed5a43006
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/NoMaterial.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ab6a9718718584047b9cbbd73f47d051
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/NoMaterial2.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1f7454fc686f141f699cf76fe2185c72
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/NormalTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1588f7e266db14e73ba77a160d116aa7
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/PointCloud.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 81ab684020baf4069a562f760aaf9f3e
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8606486c2b90741e8bdb0042a2a3ed17
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/Dielectric.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3c522af463f464058b347d10a3b8d9c3
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/LightsSpot.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 07d6559fba3a74622a151a85f4527c00
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/Submesh.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 68fd63eb1826a4e1c9d5719cb643a0bd
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/UnlitTextured.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8c3b4bbc8bd7443f2b480f79c1315f59
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/SimpleSkin/SkinnedMesh.mesh.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d01c6a251a6a34acabcc9b87446abf46
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/BaseColorTextureFade.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3a86ae160413e409fb65364feebaf093
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/EmissiveTextureFactor.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e914395ea5e224466bd3465c41148359
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/IdenticalTextureName.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cc811ce490edd4dcb915c7d355d606e6
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/LightAreaRectangle.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e9946dab301cf489d9ae439b5cede120
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/MeshMaterialReuse.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ae43b9ff98e994a19a62b0c474ddd427
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/SmoothnessTexture.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 92719913ce37348078f1849114cef239
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Scenes/ExportSceneBuiltIn.unity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 73f3aef2a2f804af18c408d874958bd1
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Scenes/ExportSceneUniversal.unity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 31d4d2e9e8f954bf3ae5ef1da09edb82
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/RenderPipelineAssets.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c70afc6fc28374eaa80d7b0ddc984340
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/JsonParsing.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2f0440d9524574750abb7501afdccb31
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Performance.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 96766deb3ddad4b8ab045ad6afc69d48
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/glTFast.Tests.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7897e000c47a54a4c8a8a7345af3c565
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/DocExamples/glTFast.Documentation.Examples.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8f5c1be42eb774f4e8372825ac2e4d50
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/SubGraphs/SpecularGlossiness.shadersubgraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7c57fa3e768cc40d2abb3b1b4ccd18d4
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Materials/HDRP.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: acda2baa68ebf4967a27112152108568
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Materials/URP.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 905df68a4a6c641e6a2dffddc2a8ddb5
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/BaseColorTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9993099b8f96b446f9e5cb5d3213e7d1
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/BoxVertexColors.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b9315456799724ff79eb21c728a1f1a2
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/ClearcoatFactor.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9d5146513e4db419793bed1baec3db7c
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/ClearcoatTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0e4b16220d9784ed0bbb3ccd8cffcc3e
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/ComponentMaskCamera.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e790fc69f6b1c4b158c6f3a2bc2d1854
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/ComponentMaskLight.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2154811e8c4f3409f9753fe74af27a6e
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/ComponentMaskMesh.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 650eafbdf2a7143c1af852b7d519d41e
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/ComponentMaskNone.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 871e9daef2b8847219cdea2c38735bc7
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/EmissiveTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: aed3c3b9a909748c78bb87efc67f45c2
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/Dielectric.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5637ad19b1ce34cce9708c9e65a40f1f
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/DoubleSided.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 14a1caf2dec8e4e0796c199aa570958d
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/LightAreaDisc.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 715a886298a99463198d55a73591034a
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/LightsPoint.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 80199ce11687d4ba1b01033c21266bfc
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/LightsSpot.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3b3a6bca90c4f4f99a014b6c293da688
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/NoMaterial2.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6025f79915d544ce4badfe3acf25e0d3
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/LightAreaRectangle.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dd7511f4f36244ad5b7d3cf400e49505
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/LightDirectional.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 18f75e169453f444ba2f5f02cc4f00c7
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/MeshMaterialReuse.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 557a57d5806d54c40a3dba094f9808fd
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/MetallicTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1250fc21e35bb413eacdbcab3c4a5c91
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/OcclusionTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6289e00e92bc14f23b7ac0de074855f5
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/SmoothnessTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1d18218b82f7c4d0588b0a31ea3cbe30
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/ClearcoatFactor.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cd2cfe5e863874a09887a1fb1e9d420d
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/DoubleSided.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 957b85b3da1e14e93837307361c3a13c
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/LightAreaDisc.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 88239712d2a9848f58851aa4d3c07cd8
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/LightsPoint.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 698b527ac98f84fb0866e100a9308f21
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/MetallicTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2fc96d11bbc314706bcc08b7d07fa0a5
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/NoMaterial2.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b1d9170a394e94516a1ca5117691a0cd
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials/BuiltIn.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0ed0af34f7a7a4cf5b4f23d61cb03936
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials/Universal.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 96170d8423f8f440ebece2834a76f593
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/SimpleSkin.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 00d6f40089e144eb0a6712944ecdbe85
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/textures.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 556e0db26afae4d12a9d0df370582e5c
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/BaseColorSmoothnessTexture.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5ae29474b4f794bef9af8b935730bef7
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/BaseColorTextureCutout.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b3ff2e7be18db40c08349ea257ef7cbd
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/BaseColorTextureTransform.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: aac4be4be56c04b50897274f9064b8e9
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/HierarchyEditorOnlyTag.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ffa2bc2a634cf422599acb37b2cab989
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/HierarchyObjectsInactive.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4782c22115e84481282f80aaaeb4de69
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/MetallicSmoothnessTexture.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7e27f597db0874ac48859da192048e04
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/OcclusionTextureStrength.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f64232b9bb68345be9752c43ed0bfecc
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/UnlitTexturedTransform.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ffc86ab9ea12e43ed969436659c6dc8e
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Scenes/ExportSceneHighDefinition.unity.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 785c18f0334a14b4ca92ebd37cdd2591
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/DocExamples/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | // SPDX-FileCopyrightText: 2025 Unity Technologies and the glTFast authors
2 | // SPDX-License-Identifier: Apache-2.0
3 |
4 | using System.Runtime.CompilerServices;
5 |
6 | [assembly: InternalsVisibleTo("glTFast.Tests")]
7 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Loading/glTFast.Loading.asmref.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c59dc20df2b5b4252b971468cf766cec
3 | AssemblyDefinitionReferenceImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Logging/glTFast.Logging.asmref.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4ea1f6c601ae94da49ff11d464a2c0d6
3 | AssemblyDefinitionReferenceImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Newtonsoft/glTFast.Newtonsoft.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 25ace1f7ded6f48c0a8abf5ef590456e
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/glTFast.Schema.asmref.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 725183ec9f23d44038632c926fd92512
3 | AssemblyDefinitionReferenceImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/HDRP/glTF-pbrMetallicRoughnessStackLit.shadergraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 429ab83ee9ef05b4f8a76e58ea5d5ad4
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/SubGraphs/PBR_specular_glossiness.shadersubgraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a604ef8f6e4b643cf9807d62c5c98463
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Materials/Built-In.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 47052910485b343edb79884a9b5aeb4f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/Export/Materials/Textures.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 88b0c34b1a4d54c48b7a00020521a5b1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/BaseColorTextureCutout.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6afe9035fc2b047ecb1a523e5716f621
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/BaseColorTextureFade.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 31f463d386c9d4fe285db42a8cad58cd
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/EmissiveTextureFactor.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e5dcdc40ac781483e96244028c806139
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/BoxVertexColors.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 471c62598a71b408795d1749f74787e5
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/ClearcoatFactor.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cd780ffc4d4604315b6a34913eb16790
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/ClearcoatTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 74313d9f9afcb445b9d2c2308b035d5d
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/LightAreaRectangle.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: eebfc59a0a53248e3986516e83466675
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/LightDirectional.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ed3323fec30d44836862892b6276ab07
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/MetallicTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 91197a50ffa2148bbb52f6af2493232b
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/OcclusionTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 20dd8f4617a324d6aa592f9f7a4c0d9a
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/SmoothnessTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: abb5abb35af34440182b564ad1ded293
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HierarchyEditorOnlyTag.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 064f3837cc48a44cdb3b0764445c7b10
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HierarchyObjectsInactive.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a6a23a6be00bb46b783334088683c555
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/IdenticalTextureName.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7196c14fccf6d490dbcc13f007583664
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/OcclusionTextureStrength.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cc1cb8fe9d3c34e14878b42452589987
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/ClearcoatTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ecea30a6838f34ec5a16d6bbd13f8a1e
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/LightAreaRectangle.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 45aa743feaa4745fc8fbbd7ed0de3b5b
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/LightDirectional.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e06faaeec9ed949f38d838f7a52a548f
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/OcclusionTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ac3bd1121b33f41adbc46adc92b7c1f0
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/SmoothnessTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2394d2cb275e641dfae487dc04f9e0bd
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/UnlitTexturedTransform.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7d62bdca5155c4024af7a3fc08a25c80
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Materials/HighDefinition.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fc54c0c2c6e804e1a81f4154b28e3aa7
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/BaseColorSmoothnessMetalTexture.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 985cca58ca8ad48779838472dabe63f6
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/BaseColorTextureTransparent.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ed59fb738842e4a128ad84414e02748a
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/HierarchyComponentsDisabled.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5b4dad3ea67ce4da193d14d96b3bde7b
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Scenes/ExportSceneBuiltIn-ObjectList.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7bf4c4c7a01764c7dbf964fe9c6e6173
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Scenes/ExportSceneUniversal-ObjectList.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4b032eb229c944814890311eff41a3ca
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Material/glTFast.Material.asmref.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f695d81b6b47d4969b6343e0b1c11df9
3 | AssemblyDefinitionReferenceImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Shader/SubGraphs/PBR_metallic_roughness_advanced.shadersubgraph.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8b71ed958f7c7a948b89b79fbc75f945
3 | DefaultImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/BaseColorSmoothnessTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5f6f0de807fb34d43b6c9e59574dafe9
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/BaseColorTextureTransform.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bcb0832021f0245ffbdf0d05ad1327c9
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/BaseColorTextureTransparent.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b5052ddffad8c4b5eb5198ff36e6806b
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/OcclusionTextureStrength.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 08444a89de3dd409585323bed387debc
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HierarchyComponentsDisabled.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c00a47ae0445b4414923ed93d57699ec
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/MetallicSmoothnessTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 37b2643f60ee14427ac317a940cb008f
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/MetallicSmoothnessTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9a91eb715552c4fc4afd0295b6620597
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/URP/OcclusionTextureStrength.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bbbad014ec65245a3821ed9c2e937db2
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/MetallicSmoothnessOcclusionTexture.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: afd51858e128e4af6bfaceb2876e6e0d
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Scenes/ExportSceneHighDefinition-ObjectList.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8e8bf1faf834845f7872de1554001043
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Editor/Scripts/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | // SPDX-FileCopyrightText: 2025 Unity Technologies and the glTFast authors
2 | // SPDX-License-Identifier: Apache-2.0
3 |
4 | using System.Runtime.CompilerServices;
5 |
6 | [assembly: InternalsVisibleTo("glTFast.Editor.Tests")]
7 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/ImportAddons/glTFast.ImportAddons.asmref.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ec779b518e41d401aae8acfebf59cd40
3 | AssemblyDefinitionReferenceImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Assets~/Khronos/Cameras/README.md:
--------------------------------------------------------------------------------
1 | # Cameras
2 |
3 | ## Description
4 |
5 | A sample with two different camera objects
6 |
7 | Source: [Cameras](https://github.com/KhronosGroup/glTF-Sample-Assets/tree/6f5b2f56eb285aa25b86f2de992596e596c5182d/Models/Cameras)
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/BaseColorSmoothnessMetalTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 262dcefd3e1284cce8cf1d4352551224
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/BaseColorSmoothnessTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e462fc548eb7a4899bf6fedf9ed15975
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/MetallicSmoothnessTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3663173b40c02439ab2336451590314e
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/MetallicSmoothnessOcclusionTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e428db89ef6874874955e1b60232695a
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/Cube.mesh.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 00a1677cb89154244900d5fd23969c83
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 4300000
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/Plane.mesh.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8d3a3f6dd59ab419baf067a12c03d313
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 4300000
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Models/Sphere.mesh.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 52124697381bf4f0284e31e9240f1854
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 4300000
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Export/Prefabs/BaseColorSmoothnessMetalOcclusionTexture.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1c29e60d0685d4dfea6319359d11a0b1
3 | PrefabImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Export/glTFast.Tests.Export.asmref.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 68d2ad01947fd4e149284c00acabcf76
3 | AssemblyDefinitionReferenceImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/Import/glTFast.Tests.Import.asmref.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ef30e3613e5444fda9e3549997647901
3 | AssemblyDefinitionReferenceImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Runtime/Scripts/OpenGltf/glTFast.Tests.OpenDialog.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d3e21dd3c40a04d7da8dbc62d55dcb3c
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast/Runtime/Scripts/Schema/FakeSchema/glTFast.FakeSchema.asmref.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d7dc650b4e7b345c69a42cb7f48d746d
3 | AssemblyDefinitionReferenceImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/BaseColorSmoothnessMetalTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e93a410728fdc49d4a6e0ab6b7adc42e
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Packages/com.unity.cloud.gltfast.tests/Tests/Resources/ExportTargets/HDRP/MetallicSmoothnessOcclusionTexture.gltf.txt.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cfd6e38cb7d3f498fb93073f02c64854
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------