├── .gitignore
├── CHANGELOG.md
├── CHANGELOG.md.meta
├── Documentation~
├── DOCUMENTATION.md
├── UniVGO
│ ├── Experiment.md
│ ├── Images
│ │ ├── 201_PackageManager.png
│ │ ├── 421_Hierarchy_VGO.png
│ │ ├── 422_Inspector_VGO.png
│ │ ├── 431_Hierarchy_Floor.png
│ │ ├── 432_Inspector_Floor.png
│ │ ├── 500_Export.png
│ │ ├── 501_Export.png
│ │ ├── 620_Import.png
│ │ ├── 710_Load.png
│ │ ├── 721_Hierarchy.png
│ │ ├── 722_Inspector.png
│ │ ├── 810_vovola.jpg
│ │ └── 820_vishop.jpg
│ ├── Installation.ja.md
│ ├── Installation.md
│ ├── Usage.ja.md
│ └── Usage.md
└── VGO
│ ├── instructions
│ ├── chunk.md
│ ├── schema.assetInfo.json.md
│ ├── schema.layout.animation.json.md
│ ├── schema.layout.cloth.json.md
│ ├── schema.layout.json.md
│ ├── schema.layout.particle.json.md
│ ├── schema.layout.springBoneInfo.json.md
│ └── schema.resource.json.md
│ └── specification
│ ├── 2.0
│ └── schema
│ │ ├── assetInfo.generaterInfo.schema.json
│ │ ├── assetInfo.right.schema.json
│ │ ├── assetInfo.schema.json
│ │ ├── crypt.v0.schema.json
│ │ ├── layout.materials.schema.json
│ │ ├── layout.mesh.blendShape.schema.json
│ │ ├── layout.mesh.blendshape.binding.schema.json
│ │ ├── layout.mesh.blendshape.preset.schema.json
│ │ ├── layout.mesh.schema.json
│ │ ├── layout.node.animator.schema.json
│ │ ├── layout.node.collider.schema.json
│ │ ├── layout.node.rigidbody.schema.json
│ │ ├── layout.node.schema.json
│ │ ├── layout.node.transform.schema.json
│ │ ├── layout.schema.json
│ │ ├── layout.skin.schema.json
│ │ ├── layout.texture.schema.json
│ │ ├── resource.schema.json
│ │ ├── resourceAccessor.schema.json
│ │ ├── vgo.animationCurve.schema.json
│ │ ├── vgo.gradient.schema.json
│ │ ├── vgo.gradientAlphakey.schema.json
│ │ ├── vgo.gradientColorKey.schema.json
│ │ ├── vgo.humanAvatar.schema.json
│ │ ├── vgo.humanBone.schema.json
│ │ ├── vgo.keyframe.schema.json
│ │ ├── vgo.light.schema.json
│ │ ├── vgo.particleSystem.schema.json
│ │ ├── vgo.physicMaterial.schema.json
│ │ ├── vgo.ps.burst.schema.json
│ │ ├── vgo.ps.collisionModule.schema.json
│ │ ├── vgo.ps.colorBySpeedModule.schema.json
│ │ ├── vgo.ps.colorOverLifetimeModule.schema.json
│ │ ├── vgo.ps.customDataModule.schema.json
│ │ ├── vgo.ps.emission.module.json
│ │ ├── vgo.ps.emissionModule.schema.json
│ │ ├── vgo.ps.externalForcesModule.schema.json
│ │ ├── vgo.ps.forceOverLifetimeModule.schema.json
│ │ ├── vgo.ps.inheritVelocityModule.schema.json
│ │ ├── vgo.ps.lightsModule.schema.json
│ │ ├── vgo.ps.limitVelocityOverLifetimeModule.schema.json
│ │ ├── vgo.ps.main.module.json
│ │ ├── vgo.ps.mainModule.schema.json
│ │ ├── vgo.ps.minMaxCurve.schema.json
│ │ ├── vgo.ps.minMaxGradient.schema.json
│ │ ├── vgo.ps.noiseModule.schema.json
│ │ ├── vgo.ps.renderer.schema.json
│ │ ├── vgo.ps.rotationBySpeedModule.schema.json
│ │ ├── vgo.ps.rotationOverLifetimeModule.schema.json
│ │ ├── vgo.ps.shapeModule.schema.json
│ │ ├── vgo.ps.sizeBySpeedModule.schema.json
│ │ ├── vgo.ps.sizeOverLifetimeModule.schema.json
│ │ ├── vgo.ps.subEmittersModule.schema.json
│ │ ├── vgo.ps.textureSheetAnimationModule.schema.json
│ │ ├── vgo.ps.trailModule.schema.json
│ │ ├── vgo.ps.triggerModule.schema.json
│ │ ├── vgo.ps.velocityOverLifetimeModule.schema.json
│ │ └── vgo.skybox.schema.json
│ ├── 2.1
│ └── schema
│ │ ├── assetInfo.generaterInfo.schema.json
│ │ ├── assetInfo.right.schema.json
│ │ ├── assetInfo.schema.json
│ │ ├── crypt.v0.schema.json
│ │ ├── layout.materials.schema.json
│ │ ├── layout.mesh.blendshape.binding.schema.json
│ │ ├── layout.mesh.blendshape.preset.schema.json
│ │ ├── layout.mesh.blendshape.schema.json
│ │ ├── layout.mesh.schema.json
│ │ ├── layout.node.animator.schema.json
│ │ ├── layout.node.collider.schema.json
│ │ ├── layout.node.rigidbody.schema.json
│ │ ├── layout.node.schema.json
│ │ ├── layout.node.transform.schema.json
│ │ ├── layout.schema.json
│ │ ├── layout.skin.schema.json
│ │ ├── layout.texture.schema.json
│ │ ├── resource.schema.json
│ │ ├── resourceAccessor.schema.json
│ │ ├── vgo.animationCurve.schema.json
│ │ ├── vgo.gradient.schema.json
│ │ ├── vgo.gradientAlphakey.schema.json
│ │ ├── vgo.gradientColorKey.schema.json
│ │ ├── vgo.humanAvatar.schema.json
│ │ ├── vgo.humanBone.schema.json
│ │ ├── vgo.keyframe.schema.json
│ │ ├── vgo.light.schema.json
│ │ ├── vgo.particleSystem.schema.json
│ │ ├── vgo.physicMaterial.schema.json
│ │ ├── vgo.ps.burst.schema.json
│ │ ├── vgo.ps.collisionModule.schema.json
│ │ ├── vgo.ps.colorBySpeedModule.schema.json
│ │ ├── vgo.ps.colorOverLifetimeModule.schema.json
│ │ ├── vgo.ps.customDataModule.schema.json
│ │ ├── vgo.ps.emission.module.json
│ │ ├── vgo.ps.emissionModule.schema.json
│ │ ├── vgo.ps.externalForcesModule.schema.json
│ │ ├── vgo.ps.forceOverLifetimeModule.schema.json
│ │ ├── vgo.ps.inheritVelocityModule.schema.json
│ │ ├── vgo.ps.lightsModule.schema.json
│ │ ├── vgo.ps.limitVelocityOverLifetimeModule.schema.json
│ │ ├── vgo.ps.main.module.json
│ │ ├── vgo.ps.mainModule.schema.json
│ │ ├── vgo.ps.minMaxCurve.schema.json
│ │ ├── vgo.ps.minMaxGradient.schema.json
│ │ ├── vgo.ps.noiseModule.schema.json
│ │ ├── vgo.ps.renderer.schema.json
│ │ ├── vgo.ps.rotationBySpeedModule.schema.json
│ │ ├── vgo.ps.rotationOverLifetimeModule.schema.json
│ │ ├── vgo.ps.shapeModule.schema.json
│ │ ├── vgo.ps.sizeBySpeedModule.schema.json
│ │ ├── vgo.ps.sizeOverLifetimeModule.schema.json
│ │ ├── vgo.ps.subEmittersModule.schema.json
│ │ ├── vgo.ps.textureSheetAnimationModule.schema.json
│ │ ├── vgo.ps.trailModule.schema.json
│ │ ├── vgo.ps.triggerModule.schema.json
│ │ ├── vgo.ps.velocityOverLifetimeModule.schema.json
│ │ ├── vgo.skybox.schema.json
│ │ ├── vgo.springBoneCollider.schema.json
│ │ ├── vgo.springBoneColliderGroup.schema.json
│ │ ├── vgo.springBoneGroup.schema.json
│ │ └── vgo.springBoneInfo.schema.json
│ ├── 2.2
│ └── schema
│ │ ├── assetInfo.generaterInfo.schema.json
│ │ ├── assetInfo.right.schema.json
│ │ ├── assetInfo.schema.json
│ │ ├── crypt.v0.schema.json
│ │ ├── layout.materials.schema.json
│ │ ├── layout.mesh.blendshape.binding.schema.json
│ │ ├── layout.mesh.blendshape.preset.schema.json
│ │ ├── layout.mesh.blendshape.schema.json
│ │ ├── layout.mesh.schema.json
│ │ ├── layout.node.animator.schema.json
│ │ ├── layout.node.collider.schema.json
│ │ ├── layout.node.rigidbody.schema.json
│ │ ├── layout.node.schema.json
│ │ ├── layout.node.transform.schema.json
│ │ ├── layout.schema.json
│ │ ├── layout.skin.schema.json
│ │ ├── layout.texture.schema.json
│ │ ├── resource.schema.json
│ │ ├── resourceAccessor.schema.json
│ │ ├── vgo.animation.schema.json
│ │ ├── vgo.animationClip.schema.json
│ │ ├── vgo.animationCurve.schema.json
│ │ ├── vgo.animationCurveBinding.schema.json
│ │ ├── vgo.gradient.schema.json
│ │ ├── vgo.gradientAlphakey.schema.json
│ │ ├── vgo.gradientColorKey.schema.json
│ │ ├── vgo.humanAvatar.schema.json
│ │ ├── vgo.humanBone.schema.json
│ │ ├── vgo.keyframe.schema.json
│ │ ├── vgo.light.schema.json
│ │ ├── vgo.particleSystem.schema.json
│ │ ├── vgo.physicMaterial.schema.json
│ │ ├── vgo.ps.burst.schema.json
│ │ ├── vgo.ps.collisionModule.schema.json
│ │ ├── vgo.ps.colorBySpeedModule.schema.json
│ │ ├── vgo.ps.colorOverLifetimeModule.schema.json
│ │ ├── vgo.ps.customDataModule.schema.json
│ │ ├── vgo.ps.emission.module.json
│ │ ├── vgo.ps.emissionModule.schema.json
│ │ ├── vgo.ps.externalForcesModule.schema.json
│ │ ├── vgo.ps.forceOverLifetimeModule.schema.json
│ │ ├── vgo.ps.inheritVelocityModule.schema.json
│ │ ├── vgo.ps.lightsModule.schema.json
│ │ ├── vgo.ps.limitVelocityOverLifetimeModule.schema.json
│ │ ├── vgo.ps.main.module.json
│ │ ├── vgo.ps.mainModule.schema.json
│ │ ├── vgo.ps.minMaxCurve.schema.json
│ │ ├── vgo.ps.minMaxGradient.schema.json
│ │ ├── vgo.ps.noiseModule.schema.json
│ │ ├── vgo.ps.renderer.schema.json
│ │ ├── vgo.ps.rotationBySpeedModule.schema.json
│ │ ├── vgo.ps.rotationOverLifetimeModule.schema.json
│ │ ├── vgo.ps.shapeModule.schema.json
│ │ ├── vgo.ps.sizeBySpeedModule.schema.json
│ │ ├── vgo.ps.sizeOverLifetimeModule.schema.json
│ │ ├── vgo.ps.subEmittersModule.schema.json
│ │ ├── vgo.ps.textureSheetAnimationModule.schema.json
│ │ ├── vgo.ps.trailModule.schema.json
│ │ ├── vgo.ps.triggerModule.schema.json
│ │ ├── vgo.ps.velocityOverLifetimeModule.schema.json
│ │ ├── vgo.skybox.schema.json
│ │ ├── vgo.springBoneCollider.schema.json
│ │ ├── vgo.springBoneColliderGroup.schema.json
│ │ ├── vgo.springBoneGroup.schema.json
│ │ └── vgo.springBoneInfo.schema.json
│ ├── 2.3
│ └── schema
│ │ ├── assetInfo.generaterInfo.schema.json
│ │ ├── assetInfo.right.schema.json
│ │ ├── assetInfo.schema.json
│ │ ├── crypt.v0.schema.json
│ │ ├── layout.materials.schema.json
│ │ ├── layout.mesh.blendshape.binding.schema.json
│ │ ├── layout.mesh.blendshape.preset.schema.json
│ │ ├── layout.mesh.blendshape.schema.json
│ │ ├── layout.mesh.schema.json
│ │ ├── layout.node.animator.schema.json
│ │ ├── layout.node.collider.schema.json
│ │ ├── layout.node.rigidbody.schema.json
│ │ ├── layout.node.schema.json
│ │ ├── layout.node.transform.schema.json
│ │ ├── layout.schema.json
│ │ ├── layout.skin.schema.json
│ │ ├── layout.texture.schema.json
│ │ ├── resource.schema.json
│ │ ├── resourceAccessor.schema.json
│ │ ├── vgo.animation.schema.json
│ │ ├── vgo.animationClip.schema.json
│ │ ├── vgo.animationCurve.schema.json
│ │ ├── vgo.animationCurveBinding.schema.json
│ │ ├── vgo.gradient.schema.json
│ │ ├── vgo.gradientAlphakey.schema.json
│ │ ├── vgo.gradientColorKey.schema.json
│ │ ├── vgo.humanAvatar.schema.json
│ │ ├── vgo.humanBone.schema.json
│ │ ├── vgo.keyframe.schema.json
│ │ ├── vgo.light.schema.json
│ │ ├── vgo.particleSystem.schema.json
│ │ ├── vgo.physicMaterial.schema.json
│ │ ├── vgo.ps.burst.schema.json
│ │ ├── vgo.ps.collisionModule.schema.json
│ │ ├── vgo.ps.colorBySpeedModule.schema.json
│ │ ├── vgo.ps.colorOverLifetimeModule.schema.json
│ │ ├── vgo.ps.customDataModule.schema.json
│ │ ├── vgo.ps.emission.module.json
│ │ ├── vgo.ps.emissionModule.schema.json
│ │ ├── vgo.ps.externalForcesModule.schema.json
│ │ ├── vgo.ps.forceOverLifetimeModule.schema.json
│ │ ├── vgo.ps.inheritVelocityModule.schema.json
│ │ ├── vgo.ps.lightsModule.schema.json
│ │ ├── vgo.ps.limitVelocityOverLifetimeModule.schema.json
│ │ ├── vgo.ps.main.module.json
│ │ ├── vgo.ps.mainModule.schema.json
│ │ ├── vgo.ps.minMaxCurve.schema.json
│ │ ├── vgo.ps.minMaxGradient.schema.json
│ │ ├── vgo.ps.noiseModule.schema.json
│ │ ├── vgo.ps.renderer.schema.json
│ │ ├── vgo.ps.rotationBySpeedModule.schema.json
│ │ ├── vgo.ps.rotationOverLifetimeModule.schema.json
│ │ ├── vgo.ps.shapeModule.schema.json
│ │ ├── vgo.ps.sizeBySpeedModule.schema.json
│ │ ├── vgo.ps.sizeOverLifetimeModule.schema.json
│ │ ├── vgo.ps.subEmittersModule.schema.json
│ │ ├── vgo.ps.textureSheetAnimationModule.schema.json
│ │ ├── vgo.ps.trailModule.schema.json
│ │ ├── vgo.ps.triggerModule.schema.json
│ │ ├── vgo.ps.velocityOverLifetimeModule.schema.json
│ │ ├── vgo.skybox.schema.json
│ │ ├── vgo.springBoneCollider.schema.json
│ │ ├── vgo.springBoneColliderGroup.schema.json
│ │ ├── vgo.springBoneGroup.schema.json
│ │ └── vgo.springBoneInfo.schema.json
│ ├── 2.4
│ └── schema
│ │ ├── assetInfo.generaterInfo.schema.json
│ │ ├── assetInfo.right.schema.json
│ │ ├── assetInfo.schema.json
│ │ ├── crypt.v0.schema.json
│ │ ├── layout.materials.schema.json
│ │ ├── layout.mesh.blendshape.binding.schema.json
│ │ ├── layout.mesh.blendshape.preset.schema.json
│ │ ├── layout.mesh.blendshape.schema.json
│ │ ├── layout.mesh.schema.json
│ │ ├── layout.node.animator.schema.json
│ │ ├── layout.node.collider.schema.json
│ │ ├── layout.node.rigidbody.schema.json
│ │ ├── layout.node.schema.json
│ │ ├── layout.node.transform.schema.json
│ │ ├── layout.schema.json
│ │ ├── layout.skin.schema.json
│ │ ├── layout.texture.schema.json
│ │ ├── resource.schema.json
│ │ ├── resourceAccessor.schema.json
│ │ ├── vgo.animation.schema.json
│ │ ├── vgo.animationClip.schema.json
│ │ ├── vgo.animationCurve.schema.json
│ │ ├── vgo.animationCurveBinding.schema.json
│ │ ├── vgo.cloth.json
│ │ ├── vgo.clothSphereColliderPair.schema.json
│ │ ├── vgo.gradient.schema.json
│ │ ├── vgo.gradientAlphakey.schema.json
│ │ ├── vgo.gradientColorKey.schema.json
│ │ ├── vgo.humanAvatar.schema.json
│ │ ├── vgo.humanBone.schema.json
│ │ ├── vgo.keyframe.schema.json
│ │ ├── vgo.light.schema.json
│ │ ├── vgo.particleSystem.schema.json
│ │ ├── vgo.physicMaterial.schema.json
│ │ ├── vgo.ps.burst.schema.json
│ │ ├── vgo.ps.collisionModule.schema.json
│ │ ├── vgo.ps.colorBySpeedModule.schema.json
│ │ ├── vgo.ps.colorOverLifetimeModule.schema.json
│ │ ├── vgo.ps.customDataModule.schema.json
│ │ ├── vgo.ps.emission.module.json
│ │ ├── vgo.ps.emissionModule.schema.json
│ │ ├── vgo.ps.externalForcesModule.schema.json
│ │ ├── vgo.ps.forceOverLifetimeModule.schema.json
│ │ ├── vgo.ps.inheritVelocityModule.schema.json
│ │ ├── vgo.ps.lightsModule.schema.json
│ │ ├── vgo.ps.limitVelocityOverLifetimeModule.schema.json
│ │ ├── vgo.ps.main.module.json
│ │ ├── vgo.ps.mainModule.schema.json
│ │ ├── vgo.ps.minMaxCurve.schema.json
│ │ ├── vgo.ps.minMaxGradient.schema.json
│ │ ├── vgo.ps.noiseModule.schema.json
│ │ ├── vgo.ps.renderer.schema.json
│ │ ├── vgo.ps.rotationBySpeedModule.schema.json
│ │ ├── vgo.ps.rotationOverLifetimeModule.schema.json
│ │ ├── vgo.ps.shapeModule.schema.json
│ │ ├── vgo.ps.sizeBySpeedModule.schema.json
│ │ ├── vgo.ps.sizeOverLifetimeModule.schema.json
│ │ ├── vgo.ps.subEmittersModule.schema.json
│ │ ├── vgo.ps.textureSheetAnimationModule.schema.json
│ │ ├── vgo.ps.trailModule.schema.json
│ │ ├── vgo.ps.triggerModule.schema.json
│ │ ├── vgo.ps.velocityOverLifetimeModule.schema.json
│ │ ├── vgo.skybox.schema.json
│ │ ├── vgo.springBoneCollider.schema.json
│ │ ├── vgo.springBoneColliderGroup.schema.json
│ │ ├── vgo.springBoneGroup.schema.json
│ │ └── vgo.springBoneInfo.schema.json
│ └── 2.5
│ └── schema
│ ├── assetInfo.generaterInfo.schema.json
│ ├── assetInfo.right.schema.json
│ ├── assetInfo.schema.json
│ ├── crypt.v0.schema.json
│ ├── layout.materials.schema.json
│ ├── layout.mesh.blendshape.binding.schema.json
│ ├── layout.mesh.blendshape.preset.schema.json
│ ├── layout.mesh.blendshape.schema.json
│ ├── layout.mesh.renderer.schema.json
│ ├── layout.mesh.schema.json
│ ├── layout.node.animator.schema.json
│ ├── layout.node.collider.schema.json
│ ├── layout.node.rigidbody.schema.json
│ ├── layout.node.schema.json
│ ├── layout.node.transform.schema.json
│ ├── layout.schema.json
│ ├── layout.skin.schema.json
│ ├── layout.texture.schema.json
│ ├── resource.schema.json
│ ├── resourceAccessor.schema.json
│ ├── vgo.animation.schema.json
│ ├── vgo.animationClip.schema.json
│ ├── vgo.animationCurve.schema.json
│ ├── vgo.animationCurveBinding.schema.json
│ ├── vgo.cloth.json
│ ├── vgo.clothSphereColliderPair.schema.json
│ ├── vgo.gradient.schema.json
│ ├── vgo.gradientAlphakey.schema.json
│ ├── vgo.gradientColorKey.schema.json
│ ├── vgo.humanAvatar.schema.json
│ ├── vgo.humanBone.schema.json
│ ├── vgo.keyframe.schema.json
│ ├── vgo.light.schema.json
│ ├── vgo.particleSystem.schema.json
│ ├── vgo.physicMaterial.schema.json
│ ├── vgo.ps.burst.schema.json
│ ├── vgo.ps.collisionModule.schema.json
│ ├── vgo.ps.colorBySpeedModule.schema.json
│ ├── vgo.ps.colorOverLifetimeModule.schema.json
│ ├── vgo.ps.customData.schema.json
│ ├── vgo.ps.customDataModule.schema.json
│ ├── vgo.ps.emission.module.json
│ ├── vgo.ps.emissionModule.schema.json
│ ├── vgo.ps.externalForcesModule.schema.json
│ ├── vgo.ps.forceOverLifetimeModule.schema.json
│ ├── vgo.ps.inheritVelocityModule.schema.json
│ ├── vgo.ps.lightsModule.schema.json
│ ├── vgo.ps.limitVelocityOverLifetimeModule.schema.json
│ ├── vgo.ps.main.module.json
│ ├── vgo.ps.mainModule.schema.json
│ ├── vgo.ps.minMaxCurve.schema.json
│ ├── vgo.ps.minMaxGradient.schema.json
│ ├── vgo.ps.noiseModule.schema.json
│ ├── vgo.ps.renderer.schema.json
│ ├── vgo.ps.rotationBySpeedModule.schema.json
│ ├── vgo.ps.rotationOverLifetimeModule.schema.json
│ ├── vgo.ps.shapeModule.schema.json
│ ├── vgo.ps.sizeBySpeedModule.schema.json
│ ├── vgo.ps.sizeOverLifetimeModule.schema.json
│ ├── vgo.ps.subEmittersModule.schema.json
│ ├── vgo.ps.textureSheetAnimationModule.schema.json
│ ├── vgo.ps.trailModule.schema.json
│ ├── vgo.ps.triggerModule.schema.json
│ ├── vgo.ps.velocityOverLifetimeModule.schema.json
│ ├── vgo.skybox.schema.json
│ ├── vgo.springBoneCollider.schema.json
│ ├── vgo.springBoneColliderGroup.schema.json
│ ├── vgo.springBoneGroup.schema.json
│ └── vgo.springBoneInfo.schema.json
├── LICENSE.md
├── LICENSE.md.meta
├── NewtonVgo.meta
├── NewtonVgo
├── Runtime.meta
└── Runtime
│ ├── Buffers.meta
│ ├── Buffers
│ ├── ArraySegmentByteBuffer.cs
│ ├── ArraySegmentByteBuffer.cs.meta
│ ├── IByteBuffer.cs
│ ├── IByteBuffer.cs.meta
│ ├── Pin.cs
│ ├── Pin.cs.meta
│ ├── ReadOnlyArraySegmentByteBuffer.cs
│ └── ReadOnlyArraySegmentByteBuffer.cs.meta
│ ├── Chunks.meta
│ ├── Chunks
│ ├── VgoChunk.cs
│ ├── VgoChunk.cs.meta
│ ├── VgoComposerChunkData.cs
│ ├── VgoComposerChunkData.cs.meta
│ ├── VgoHeader.cs
│ ├── VgoHeader.cs.meta
│ ├── VgoIndexChunkDataElement.cs
│ ├── VgoIndexChunkDataElement.cs.meta
│ ├── VgoReadChunk.cs
│ └── VgoReadChunk.cs.meta
│ ├── Constants.meta
│ ├── Constants
│ ├── VertexKey.cs
│ ├── VertexKey.cs.meta
│ ├── VgoCryptographyAlgorithms.cs
│ └── VgoCryptographyAlgorithms.cs.meta
│ ├── Enums.meta
│ ├── Enums
│ ├── UnityEngine.meta
│ ├── UnityEngine
│ │ ├── AnimationModule.cs
│ │ ├── AnimationModule.cs.meta
│ │ ├── CoreModule.cs
│ │ ├── CoreModule.cs.meta
│ │ ├── ParticleSystemModule.cs
│ │ ├── ParticleSystemModule.cs.meta
│ │ ├── PhysicsModule.cs
│ │ ├── PhysicsModule.cs.meta
│ │ ├── Rendering.cs
│ │ ├── Rendering.cs.meta
│ │ ├── SkyboxShader.cs
│ │ └── SkyboxShader.cs.meta
│ ├── Vgo.meta
│ └── Vgo
│ │ ├── VgoBlendShapeBlinkType.cs
│ │ ├── VgoBlendShapeBlinkType.cs.meta
│ │ ├── VgoBlendShapeFacePartsType.cs
│ │ ├── VgoBlendShapeFacePartsType.cs.meta
│ │ ├── VgoBlendShapeKind.cs
│ │ ├── VgoBlendShapeKind.cs.meta
│ │ ├── VgoBlendShapePresetType.cs
│ │ ├── VgoBlendShapePresetType.cs.meta
│ │ ├── VgoBlendShapeVisemeType.cs
│ │ ├── VgoBlendShapeVisemeType.cs.meta
│ │ ├── VgoChunkTypeID.cs
│ │ ├── VgoChunkTypeID.cs.meta
│ │ ├── VgoColliderType.cs
│ │ ├── VgoColliderType.cs.meta
│ │ ├── VgoColorSpaceType.cs
│ │ ├── VgoColorSpaceType.cs.meta
│ │ ├── VgoGeometryCoordinate.cs
│ │ ├── VgoGeometryCoordinate.cs.meta
│ │ ├── VgoResourceAccessorDataType.cs
│ │ ├── VgoResourceAccessorDataType.cs.meta
│ │ ├── VgoResourceAccessorKind.cs
│ │ ├── VgoResourceAccessorKind.cs.meta
│ │ ├── VgoResourceAccessorSparseType.cs
│ │ ├── VgoResourceAccessorSparseType.cs.meta
│ │ ├── VgoSpringBoneColliderType.cs
│ │ ├── VgoSpringBoneColliderType.cs.meta
│ │ ├── VgoTextureMapType.cs
│ │ ├── VgoTextureMapType.cs.meta
│ │ ├── VgoUVCoordinate.cs
│ │ └── VgoUVCoordinate.cs.meta
│ ├── Extensions.meta
│ ├── Extensions
│ ├── ArraySegmentExtensions.cs
│ ├── ArraySegmentExtensions.cs.meta
│ ├── CollectionsExtensions.cs
│ ├── CollectionsExtensions.cs.meta
│ ├── ResourceAccessorDataTypeExtensions.cs
│ ├── ResourceAccessorDataTypeExtensions.cs.meta
│ ├── StreamExtensions.cs
│ ├── StreamExtensions.cs.meta
│ ├── StructureExtensions.cs
│ ├── StructureExtensions.cs.meta
│ ├── SystemExtensions.cs
│ └── SystemExtensions.cs.meta
│ ├── Helper.meta
│ ├── Helper
│ ├── ThrowHelper.cs
│ └── ThrowHelper.cs.meta
│ ├── Models.meta
│ ├── Models
│ ├── ExModel.cs
│ ├── ExModel.cs.meta
│ ├── VgoExportSetting.cs
│ ├── VgoExportSetting.cs.meta
│ ├── VgoResourceData.cs
│ ├── VgoResourceData.cs.meta
│ ├── VgoResourceDataCollection.cs
│ └── VgoResourceDataCollection.cs.meta
│ ├── NewtonVgo.asmdef
│ ├── NewtonVgo.asmdef.meta
│ ├── Schema.meta
│ ├── Schema
│ ├── Assets.meta
│ ├── Assets
│ │ ├── VgoAssetInfo.cs
│ │ ├── VgoAssetInfo.cs.meta
│ │ ├── VgoGeneratorInfo.cs
│ │ ├── VgoGeneratorInfo.cs.meta
│ │ ├── VgoRight.cs
│ │ └── VgoRight.cs.meta
│ ├── Cryptography.meta
│ ├── Cryptography
│ │ ├── VgoCryptV0.cs
│ │ └── VgoCryptV0.cs.meta
│ ├── Extensions.meta
│ ├── Extensions
│ │ ├── VgoExtensions.cs
│ │ └── VgoExtensions.cs.meta
│ ├── Layouts.meta
│ ├── Layouts
│ │ ├── Animations.meta
│ │ ├── Animations
│ │ │ ├── VgoAnimation.cs
│ │ │ ├── VgoAnimation.cs.meta
│ │ │ ├── VgoAnimationClip.cs
│ │ │ ├── VgoAnimationClip.cs.meta
│ │ │ ├── VgoAnimationCurve.cs
│ │ │ ├── VgoAnimationCurve.cs.meta
│ │ │ ├── VgoAnimationCurveBinding.cs
│ │ │ └── VgoAnimationCurveBinding.cs.meta
│ │ ├── Avatars.meta
│ │ ├── Avatars
│ │ │ ├── VgoHumanAvatar.cs
│ │ │ ├── VgoHumanAvatar.cs.meta
│ │ │ ├── VgoHumanBone.cs
│ │ │ ├── VgoHumanBone.cs.meta
│ │ │ ├── VgoSpringBoneCollider.cs
│ │ │ ├── VgoSpringBoneCollider.cs.meta
│ │ │ ├── VgoSpringBoneColliderGroup.cs
│ │ │ ├── VgoSpringBoneColliderGroup.cs.meta
│ │ │ ├── VgoSpringBoneGroup.cs
│ │ │ ├── VgoSpringBoneGroup.cs.meta
│ │ │ ├── VgoSpringBoneInfo.cs
│ │ │ └── VgoSpringBoneInfo.cs.meta
│ │ ├── Clothes.meta
│ │ ├── Clothes
│ │ │ ├── VgoCloth.cs
│ │ │ ├── VgoCloth.cs.meta
│ │ │ ├── VgoClothSphereColliderPair.cs
│ │ │ └── VgoClothSphereColliderPair.cs.meta
│ │ ├── Elements.meta
│ │ ├── Elements
│ │ │ ├── VgoGradient.cs
│ │ │ ├── VgoGradient.cs.meta
│ │ │ ├── VgoGradientAlphaKey.cs
│ │ │ ├── VgoGradientAlphaKey.cs.meta
│ │ │ ├── VgoGradientColorKey.cs
│ │ │ ├── VgoGradientColorKey.cs.meta
│ │ │ ├── VgoKeyframe.cs
│ │ │ ├── VgoKeyframe.cs.meta
│ │ │ ├── VgoLight.cs
│ │ │ ├── VgoLight.cs.meta
│ │ │ ├── VgoMaterial.cs
│ │ │ ├── VgoMaterial.cs.meta
│ │ │ ├── VgoPhysicMaterial.cs
│ │ │ ├── VgoPhysicMaterial.cs.meta
│ │ │ ├── VgoSkybox.cs
│ │ │ └── VgoSkybox.cs.meta
│ │ ├── Meshes.meta
│ │ ├── Meshes
│ │ │ ├── BlendShapes.meta
│ │ │ ├── BlendShapes
│ │ │ │ ├── VgoMeshBlendShape.cs
│ │ │ │ ├── VgoMeshBlendShape.cs.meta
│ │ │ │ ├── VgoMeshBlendShapeBinding.cs
│ │ │ │ ├── VgoMeshBlendShapeBinding.cs.meta
│ │ │ │ ├── VgoMeshBlendShapePreset.cs
│ │ │ │ └── VgoMeshBlendShapePreset.cs.meta
│ │ │ ├── VgoMesh.cs
│ │ │ ├── VgoMesh.cs.meta
│ │ │ ├── VgoMeshPrimitiveAttributes.cs
│ │ │ ├── VgoMeshPrimitiveAttributes.cs.meta
│ │ │ ├── VgoMeshRenderer.cs
│ │ │ └── VgoMeshRenderer.cs.meta
│ │ ├── Nodes.meta
│ │ ├── Nodes
│ │ │ ├── VgoAnimator.cs
│ │ │ ├── VgoAnimator.cs.meta
│ │ │ ├── VgoCollider.cs
│ │ │ ├── VgoCollider.cs.meta
│ │ │ ├── VgoNode.cs
│ │ │ ├── VgoNode.cs.meta
│ │ │ ├── VgoRigidbody.cs
│ │ │ ├── VgoRigidbody.cs.meta
│ │ │ ├── VgoSkin.cs
│ │ │ ├── VgoSkin.cs.meta
│ │ │ ├── VgoTransform.cs
│ │ │ └── VgoTransform.cs.meta
│ │ ├── ParticleSystems.meta
│ │ ├── ParticleSystems
│ │ │ ├── VGO_PS_Burst.cs
│ │ │ ├── VGO_PS_Burst.cs.meta
│ │ │ ├── VGO_PS_CollisionModule.cs
│ │ │ ├── VGO_PS_CollisionModule.cs.meta
│ │ │ ├── VGO_PS_ColorBySpeedModule.cs
│ │ │ ├── VGO_PS_ColorBySpeedModule.cs.meta
│ │ │ ├── VGO_PS_ColorOverLifetimeModule.cs
│ │ │ ├── VGO_PS_ColorOverLifetimeModule.cs.meta
│ │ │ ├── VGO_PS_CustomDataModule.cs
│ │ │ ├── VGO_PS_CustomDataModule.cs.meta
│ │ │ ├── VGO_PS_EmissionModule.cs
│ │ │ ├── VGO_PS_EmissionModule.cs.meta
│ │ │ ├── VGO_PS_ExternalForcesModule.cs
│ │ │ ├── VGO_PS_ExternalForcesModule.cs.meta
│ │ │ ├── VGO_PS_ForceOverLifetimeModule.cs
│ │ │ ├── VGO_PS_ForceOverLifetimeModule.cs.meta
│ │ │ ├── VGO_PS_InheritVelocityModule.cs
│ │ │ ├── VGO_PS_InheritVelocityModule.cs.meta
│ │ │ ├── VGO_PS_LightsModule.cs
│ │ │ ├── VGO_PS_LightsModule.cs.meta
│ │ │ ├── VGO_PS_LimitVelocityOverLifetimeModule.cs
│ │ │ ├── VGO_PS_LimitVelocityOverLifetimeModule.cs.meta
│ │ │ ├── VGO_PS_MainModule.cs
│ │ │ ├── VGO_PS_MainModule.cs.meta
│ │ │ ├── VGO_PS_MinMaxCurve.cs
│ │ │ ├── VGO_PS_MinMaxCurve.cs.meta
│ │ │ ├── VGO_PS_MinMaxGradient.cs
│ │ │ ├── VGO_PS_MinMaxGradient.cs.meta
│ │ │ ├── VGO_PS_NoiseModule.cs
│ │ │ ├── VGO_PS_NoiseModule.cs.meta
│ │ │ ├── VGO_PS_Renderer.cs
│ │ │ ├── VGO_PS_Renderer.cs.meta
│ │ │ ├── VGO_PS_RotationBySpeedModule.cs
│ │ │ ├── VGO_PS_RotationBySpeedModule.cs.meta
│ │ │ ├── VGO_PS_RotationOverLifetimeModule.cs
│ │ │ ├── VGO_PS_RotationOverLifetimeModule.cs.meta
│ │ │ ├── VGO_PS_ShapeModule.cs
│ │ │ ├── VGO_PS_ShapeModule.cs.meta
│ │ │ ├── VGO_PS_SizeBySpeedModule.cs
│ │ │ ├── VGO_PS_SizeBySpeedModule.cs.meta
│ │ │ ├── VGO_PS_SizeOverLifetimeModule.cs
│ │ │ ├── VGO_PS_SizeOverLifetimeModule.cs.meta
│ │ │ ├── VGO_PS_SubEmittersModule.cs
│ │ │ ├── VGO_PS_SubEmittersModule.cs.meta
│ │ │ ├── VGO_PS_TextureSheetAnimationModule.cs
│ │ │ ├── VGO_PS_TextureSheetAnimationModule.cs.meta
│ │ │ ├── VGO_PS_TrailModule.cs
│ │ │ ├── VGO_PS_TrailModule.cs.meta
│ │ │ ├── VGO_PS_TriggerModule.cs
│ │ │ ├── VGO_PS_TriggerModule.cs.meta
│ │ │ ├── VGO_PS_VelocityOverLifetimeModule.cs
│ │ │ ├── VGO_PS_VelocityOverLifetimeModule.cs.meta
│ │ │ ├── VgoParticleSystem.cs
│ │ │ └── VgoParticleSystem.cs.meta
│ │ ├── Textures.meta
│ │ ├── Textures
│ │ │ ├── VgoTexture.cs
│ │ │ └── VgoTexture.cs.meta
│ │ ├── VgoLayout.cs
│ │ └── VgoLayout.cs.meta
│ ├── Resources.meta
│ └── Resources
│ │ ├── VgoResource.cs
│ │ ├── VgoResource.cs.meta
│ │ ├── VgoResourceAccessor.cs
│ │ └── VgoResourceAccessor.cs.meta
│ ├── Security.meta
│ ├── Security
│ ├── AesCrypter.cs
│ └── AesCrypter.cs.meta
│ ├── Serialization.meta
│ ├── Serialization
│ ├── JsonConverters.meta
│ ├── JsonConverters
│ │ ├── Color3JsonConverter.cs
│ │ ├── Color3JsonConverter.cs.meta
│ │ ├── Color4JsonConverter.cs
│ │ ├── Color4JsonConverter.cs.meta
│ │ ├── Matrix4x4JsonConverter.cs
│ │ ├── Matrix4x4JsonConverter.cs.meta
│ │ ├── NullableColor3JsonConverter.cs
│ │ ├── NullableColor3JsonConverter.cs.meta
│ │ ├── NullableColor4JsonConverter.cs
│ │ ├── NullableColor4JsonConverter.cs.meta
│ │ ├── NullableMatrix4x4JsonConverter.cs
│ │ ├── NullableMatrix4x4JsonConverter.cs.meta
│ │ ├── NullableQuaternionJsonConverter.cs
│ │ ├── NullableQuaternionJsonConverter.cs.meta
│ │ ├── NullableVector2JsonConverter.cs
│ │ ├── NullableVector2JsonConverter.cs.meta
│ │ ├── NullableVector3JsonConverter.cs
│ │ ├── NullableVector3JsonConverter.cs.meta
│ │ ├── NullableVector4JsonConverter.cs
│ │ ├── NullableVector4JsonConverter.cs.meta
│ │ ├── QuaternionJsonConverter.cs
│ │ ├── QuaternionJsonConverter.cs.meta
│ │ ├── Vector2JsonConverter.cs
│ │ ├── Vector2JsonConverter.cs.meta
│ │ ├── Vector3JsonConverter.cs
│ │ ├── Vector3JsonConverter.cs.meta
│ │ ├── Vector4JsonConverter.cs
│ │ ├── Vector4JsonConverter.cs.meta
│ │ ├── VgoExtensionsJsonConverter.cs
│ │ ├── VgoExtensionsJsonConverter.cs.meta
│ │ ├── VgoMeshPrimitiveAttributesJsonConverter.cs
│ │ └── VgoMeshPrimitiveAttributesJsonConverter.cs.meta
│ ├── VgoBsonSerializer.cs
│ ├── VgoBsonSerializer.cs.meta
│ ├── VgoContractResolver.cs
│ ├── VgoContractResolver.cs.meta
│ ├── VgoJsonSerializerSettings.cs
│ └── VgoJsonSerializerSettings.cs.meta
│ ├── Storage.meta
│ ├── Storage
│ ├── IVgoStorage.cs
│ ├── IVgoStorage.cs.meta
│ ├── VgoStorage.Export.cs
│ ├── VgoStorage.Export.cs.meta
│ ├── VgoStorage.Import.cs
│ ├── VgoStorage.Import.cs.meta
│ ├── VgoStorage.cs
│ ├── VgoStorage.cs.meta
│ ├── VgoStorageAdapter.cs
│ └── VgoStorageAdapter.cs.meta
│ ├── Stream.meta
│ ├── Stream
│ ├── IVgoStreamReader.cs
│ ├── IVgoStreamReader.cs.meta
│ ├── VgoStreamReader.cs
│ └── VgoStreamReader.cs.meta
│ ├── Structures.meta
│ └── Structures
│ ├── Bounds.cs
│ ├── Bounds.cs.meta
│ ├── Color3.cs
│ ├── Color3.cs.meta
│ ├── Color4.cs
│ ├── Color4.cs.meta
│ ├── Matrix2.cs
│ ├── Matrix2.cs.meta
│ ├── Matrix3.cs
│ ├── Matrix3.cs.meta
│ ├── Vector4Ubyte.cs
│ ├── Vector4Ubyte.cs.meta
│ ├── Vector4Uint.cs
│ ├── Vector4Uint.cs.meta
│ ├── Vector4Ushort.cs
│ └── Vector4Ushort.cs.meta
├── README.ja.md
├── README.ja.md.meta
├── README.md
├── README.md.meta
├── UniGLTF.meta
├── UniGLTF
├── LICENSE.md
├── LICENSE.md.meta
├── README.md
├── README.md.meta
├── Resources.meta
└── Resources
│ ├── Shaders.meta
│ └── Shaders
│ ├── NormalMapDecoder.shader
│ ├── NormalMapDecoder.shader.meta
│ ├── NormalMapEncoder.shader
│ ├── NormalMapEncoder.shader.meta
│ ├── StandardVColor.shader
│ └── StandardVColor.shader.meta
├── UniVgo2.meta
├── UniVgo2
├── Editor.meta
├── Editor
│ ├── Inspector.meta
│ ├── Inspector
│ │ ├── ScriptEditorBase.cs
│ │ ├── ScriptEditorBase.cs.meta
│ │ ├── VgoBlendShapeEditor.cs
│ │ ├── VgoBlendShapeEditor.cs.meta
│ │ ├── VgoGeneratorEditor.cs
│ │ ├── VgoGeneratorEditor.cs.meta
│ │ ├── VgoGeneratorPopupWindowContent.cs
│ │ ├── VgoGeneratorPopupWindowContent.cs.meta
│ │ ├── VgoRightEditor.cs
│ │ └── VgoRightEditor.cs.meta
│ ├── Menubar.meta
│ ├── Menubar
│ │ ├── VgoMenu.cs
│ │ └── VgoMenu.cs.meta
│ ├── Processors.meta
│ ├── Processors
│ │ ├── VgoExportProcessor.cs
│ │ └── VgoExportProcessor.cs.meta
│ ├── ScriptedImporters.meta
│ ├── ScriptedImporters
│ │ ├── VgoScriptedImporter.cs
│ │ ├── VgoScriptedImporter.cs.meta
│ │ ├── VgoScriptedImporterEditor.cs
│ │ └── VgoScriptedImporterEditor.cs.meta
│ ├── UniVgo2.Editor.asmdef
│ └── UniVgo2.Editor.asmdef.meta
├── LICENSE.md
├── LICENSE.md.meta
├── README.md
├── README.md.meta
├── Runtime.meta
└── Runtime
│ ├── Components.meta
│ ├── Components
│ ├── VgoBlendShape.cs
│ ├── VgoBlendShape.cs.meta
│ ├── VgoGenerator.cs
│ ├── VgoGenerator.cs.meta
│ ├── VgoRight.cs
│ └── VgoRight.cs.meta
│ ├── Configurations.meta
│ ├── Configurations
│ ├── AvatarConfiguration.cs
│ ├── AvatarConfiguration.cs.meta
│ ├── BlendShape.meta
│ ├── BlendShape
│ │ ├── BlendShapeBlink.cs
│ │ ├── BlendShapeBlink.cs.meta
│ │ ├── BlendShapeFacePart.cs
│ │ ├── BlendShapeFacePart.cs.meta
│ │ ├── BlendShapeViseme.cs
│ │ └── BlendShapeViseme.cs.meta
│ ├── BlendShapeConfiguration.cs
│ └── BlendShapeConfiguration.cs.meta
│ ├── Constants.meta
│ ├── Constants
│ ├── MimeType.cs
│ └── MimeType.cs.meta
│ ├── Converters.meta
│ ├── Converters
│ ├── ArrayConverter.cs
│ ├── ArrayConverter.cs.meta
│ ├── Images.meta
│ ├── Images
│ │ ├── IImageConverter.cs
│ │ ├── IImageConverter.cs.meta
│ │ ├── ImageConverter.cs
│ │ └── ImageConverter.cs.meta
│ ├── Textures.meta
│ ├── Textures
│ │ ├── ColorSpaceScope.cs
│ │ ├── ColorSpaceScope.cs.meta
│ │ ├── ITextureConverter.cs
│ │ ├── ITextureConverter.cs.meta
│ │ ├── NormalMapConverter.cs
│ │ ├── NormalMapConverter.cs.meta
│ │ ├── OrmMapConverter.cs
│ │ ├── OrmMapConverter.cs.meta
│ │ ├── TextureConverter.cs
│ │ ├── TextureConverter.cs.meta
│ │ ├── TextureConverterBase.cs
│ │ └── TextureConverterBase.cs.meta
│ ├── VgoAnimationClipConverter.cs
│ ├── VgoAnimationClipConverter.cs.meta
│ ├── VgoAnimationConverter.cs
│ ├── VgoAnimationConverter.cs.meta
│ ├── VgoAnimationCurveConverter.cs
│ ├── VgoAnimationCurveConverter.cs.meta
│ ├── VgoAnimatorConverter.cs
│ ├── VgoAnimatorConverter.cs.meta
│ ├── VgoAvatarConverter.cs
│ ├── VgoAvatarConverter.cs.meta
│ ├── VgoBoundsConverter.cs
│ ├── VgoBoundsConverter.cs.meta
│ ├── VgoClothConverter.cs
│ ├── VgoClothConverter.cs.meta
│ ├── VgoColliderConverter.cs
│ ├── VgoColliderConverter.cs.meta
│ ├── VgoGradientConverter.cs
│ ├── VgoGradientConverter.cs.meta
│ ├── VgoKeyframeConverter.cs
│ ├── VgoKeyframeConverter.cs.meta
│ ├── VgoLightConverter.cs
│ ├── VgoLightConverter.cs.meta
│ ├── VgoParticleSystemBurstConverter.cs
│ ├── VgoParticleSystemBurstConverter.cs.meta
│ ├── VgoParticleSystemCustomDataConverter.cs
│ ├── VgoParticleSystemCustomDataConverter.cs.meta
│ ├── VgoParticleSystemMinMaxCurveConverter.cs
│ ├── VgoParticleSystemMinMaxCurveConverter.cs.meta
│ ├── VgoParticleSystemMinMaxGradientConverter.cs
│ ├── VgoParticleSystemMinMaxGradientConverter.cs.meta
│ ├── VgoPhysicMaterialConverter.cs
│ ├── VgoPhysicMaterialConverter.cs.meta
│ ├── VgoRigidbodyConverter.cs
│ ├── VgoRigidbodyConverter.cs.meta
│ ├── VgoTransformConverter.cs
│ └── VgoTransformConverter.cs.meta
│ ├── Enums.meta
│ ├── Enums
│ ├── ImageType.cs
│ ├── ImageType.cs.meta
│ ├── RenderPipelineType.cs
│ ├── RenderPipelineType.cs.meta
│ ├── TextureWrapType.cs
│ ├── TextureWrapType.cs.meta
│ ├── VgoMaterialPropertyType.cs
│ └── VgoMaterialPropertyType.cs.meta
│ ├── Extensions.meta
│ ├── Extensions
│ ├── ArrayExtensions.cs
│ ├── ArrayExtensions.cs.meta
│ ├── ListExtensions.cs
│ ├── ListExtensions.cs.meta
│ ├── Materials.meta
│ ├── Materials
│ │ ├── MToonDefinitionExtensions.cs
│ │ ├── MToonDefinitionExtensions.cs.meta
│ │ ├── ParticleDefinitionExtensions.cs
│ │ ├── ParticleDefinitionExtensions.cs.meta
│ │ ├── StandardDefinitionExtensions.cs
│ │ ├── StandardDefinitionExtensions.cs.meta
│ │ ├── StandardVColorDefinitionExtensions.cs
│ │ ├── StandardVColorDefinitionExtensions.cs.meta
│ │ ├── UniGltfDefinitionExtensions.cs
│ │ ├── UniGltfDefinitionExtensions.cs.meta
│ │ ├── VgoMaterialMToon0xDefinitionExtensions.cs
│ │ ├── VgoMaterialMToon0xDefinitionExtensions.cs.meta
│ │ ├── VgoMaterialMToon10DefinitionExtensions.cs
│ │ ├── VgoMaterialMToon10DefinitionExtensions.cs.meta
│ │ ├── VgoMaterialSkyboxDefinitionExtensions.cs
│ │ ├── VgoMaterialSkyboxDefinitionExtensions.cs.meta
│ │ ├── VgoMaterialStandardDefinitionExtensions.cs
│ │ ├── VgoMaterialStandardDefinitionExtensions.cs.meta
│ │ ├── VgoMaterialStandardParticleDefinitionExtensions.cs
│ │ ├── VgoMaterialStandardParticleDefinitionExtensions.cs.meta
│ │ ├── VgoMaterialStandardVColorDefinitionExtensions.cs
│ │ ├── VgoMaterialStandardVColorDefinitionExtensions.cs.meta
│ │ ├── VgoMaterialUniGltfUnlitDefinitionExtensions.cs
│ │ ├── VgoMaterialUniGltfUnlitDefinitionExtensions.cs.meta
│ │ ├── VgoMaterialUrpParticleDefinitionExtensions.cs
│ │ ├── VgoMaterialUrpParticleDefinitionExtensions.cs.meta
│ │ ├── VgoMaterialUrpUnlitDefinitionExtensions.cs
│ │ └── VgoMaterialUrpUnlitDefinitionExtensions.cs.meta
│ ├── UnityColorExtensions.cs
│ ├── UnityColorExtensions.cs.meta
│ ├── UnityExtensions.cs
│ ├── UnityExtensions.cs.meta
│ ├── UnityGameObjectExtensions.cs
│ ├── UnityGameObjectExtensions.cs.meta
│ ├── UnityMaterialExtensions.cs
│ ├── UnityMaterialExtensions.cs.meta
│ ├── UnityNumericsExtensions.cs
│ ├── UnityNumericsExtensions.cs.meta
│ ├── UnityTransformExtensions.cs
│ ├── UnityTransformExtensions.cs.meta
│ ├── VgoMaterialExtensions.cs
│ └── VgoMaterialExtensions.cs.meta
│ ├── Models.meta
│ ├── Models
│ ├── BlendShapeConfig.cs
│ ├── BlendShapeConfig.cs.meta
│ ├── BlendShapeContext.cs
│ ├── BlendShapeContext.cs.meta
│ ├── BlendShapesContext.cs
│ ├── BlendShapesContext.cs.meta
│ ├── ExportMeshRendererAsset.cs
│ ├── ExportMeshRendererAsset.cs.meta
│ ├── ExportModelAsset.cs
│ ├── ExportModelAsset.cs.meta
│ ├── ImageInfo.cs
│ ├── ImageInfo.cs.meta
│ ├── Interfaces.meta
│ ├── Interfaces
│ │ ├── IVgoModelAsset.cs
│ │ └── IVgoModelAsset.cs.meta
│ ├── MToon10Definition.cs
│ ├── MToon10Definition.cs.meta
│ ├── MeshAsset.cs
│ ├── MeshAsset.cs.meta
│ ├── MeshContext.cs
│ ├── MeshContext.cs.meta
│ ├── ParticleSystemAsset.cs
│ ├── ParticleSystemAsset.cs.meta
│ ├── UniGltfUnlitDefinition.cs
│ ├── UniGltfUnlitDefinition.cs.meta
│ ├── VgoModelAsset.cs
│ └── VgoModelAsset.cs.meta
│ ├── Options.meta
│ ├── Options
│ ├── MeshExporterOption.cs
│ ├── MeshExporterOption.cs.meta
│ ├── MeshImporterOption.cs
│ ├── MeshImporterOption.cs.meta
│ ├── VgoExporterOption.cs
│ ├── VgoExporterOption.cs.meta
│ ├── VgoImporterOption.cs
│ └── VgoImporterOption.cs.meta
│ ├── Porters.meta
│ ├── Porters
│ ├── Interfaces.meta
│ ├── Interfaces
│ │ ├── IMaterialPorter.cs
│ │ ├── IMaterialPorter.cs.meta
│ │ ├── IMaterialPorterStore.cs
│ │ ├── IMaterialPorterStore.cs.meta
│ │ ├── IVgoExporter.cs
│ │ ├── IVgoExporter.cs.meta
│ │ ├── IVgoImporter.cs
│ │ ├── IVgoImporter.cs.meta
│ │ ├── IVgoMaterialExporter.cs
│ │ ├── IVgoMaterialExporter.cs.meta
│ │ ├── IVgoMaterialImporter.cs
│ │ ├── IVgoMaterialImporter.cs.meta
│ │ ├── IVgoMeshExporter.cs
│ │ ├── IVgoMeshExporter.cs.meta
│ │ ├── IVgoMeshImporter.cs
│ │ ├── IVgoMeshImporter.cs.meta
│ │ ├── IVgoParticleSystemExporter.cs
│ │ ├── IVgoParticleSystemExporter.cs.meta
│ │ ├── IVgoParticleSystemImporter.cs
│ │ ├── IVgoParticleSystemImporter.cs.meta
│ │ ├── IVgoTextureExporter.cs
│ │ ├── IVgoTextureExporter.cs.meta
│ │ ├── IVgoTextureImporter.cs
│ │ └── IVgoTextureImporter.cs.meta
│ ├── Materials.meta
│ ├── Materials
│ │ ├── AbstractMaterialPorterBase.cs
│ │ ├── AbstractMaterialPorterBase.cs.meta
│ │ ├── HdrpMaterialPorter.cs
│ │ ├── HdrpMaterialPorter.cs.meta
│ │ ├── LilToonMaterialPorter.cs
│ │ ├── LilToonMaterialPorter.cs.meta
│ │ ├── Mtoon10MaterialPorter.cs
│ │ ├── Mtoon10MaterialPorter.cs.meta
│ │ ├── MtoonMaterialPorter.cs
│ │ ├── MtoonMaterialPorter.cs.meta
│ │ ├── NovaMaterialPorter.cs
│ │ ├── NovaMaterialPorter.cs.meta
│ │ ├── ParticleMaterialPorter.cs
│ │ ├── ParticleMaterialPorter.cs.meta
│ │ ├── SkyboxMaterialPorter.cs
│ │ ├── SkyboxMaterialPorter.cs.meta
│ │ ├── StandardMaterialPorter.cs
│ │ ├── StandardMaterialPorter.cs.meta
│ │ ├── StandardVColorMaterialPorter.cs
│ │ ├── StandardVColorMaterialPorter.cs.meta
│ │ ├── UnlitMaterialPorter.cs
│ │ ├── UnlitMaterialPorter.cs.meta
│ │ ├── UrpMaterialPorter.cs
│ │ ├── UrpMaterialPorter.cs.meta
│ │ ├── UrpMtoon10MaterialPorter.cs
│ │ ├── UrpMtoon10MaterialPorter.cs.meta
│ │ ├── UrpParticleMaterialPorter.cs
│ │ ├── UrpParticleMaterialPorter.cs.meta
│ │ ├── VgoMaterialPorter.cs
│ │ ├── VgoMaterialPorter.cs.meta
│ │ ├── VgoMaterialPorterStore.cs
│ │ └── VgoMaterialPorterStore.cs.meta
│ ├── Meshes.meta
│ ├── Meshes
│ │ ├── VgoMeshExporter.cs
│ │ ├── VgoMeshExporter.cs.meta
│ │ ├── VgoMeshImporter.cs
│ │ └── VgoMeshImporter.cs.meta
│ ├── ParticleSystems.meta
│ ├── ParticleSystems
│ │ ├── VgoParticleSystemExporter.cs
│ │ ├── VgoParticleSystemExporter.cs.meta
│ │ ├── VgoParticleSystemImporter.cs
│ │ └── VgoParticleSystemImporter.cs.meta
│ ├── Textures.meta
│ ├── Textures
│ │ ├── VgoTextureExporter.cs
│ │ ├── VgoTextureExporter.cs.meta
│ │ ├── VgoTextureImporter.cs
│ │ └── VgoTextureImporter.cs.meta
│ ├── VgoExporter.cs
│ ├── VgoExporter.cs.meta
│ ├── VgoImporter.Internal.cs
│ ├── VgoImporter.Internal.cs.meta
│ ├── VgoImporter.cs
│ └── VgoImporter.cs.meta
│ ├── Shaders.meta
│ ├── Shaders
│ ├── IShaderStore.cs
│ ├── IShaderStore.cs.meta
│ ├── ShaderName.cs
│ ├── ShaderName.cs.meta
│ ├── ShaderStore.cs
│ └── ShaderStore.cs.meta
│ ├── UniVgo2.asmdef
│ ├── UniVgo2.asmdef.meta
│ ├── Vgo.cs
│ ├── Vgo.cs.meta
│ ├── VgoVersion.cs
│ └── VgoVersion.cs.meta
├── package.json
└── package.json.meta
/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/.gitignore
--------------------------------------------------------------------------------
/CHANGELOG.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1c9f5df700601214d86378286bc9a4b0
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Documentation~/DOCUMENTATION.md:
--------------------------------------------------------------------------------
1 | #VGO Documentation
2 |
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/201_PackageManager.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/201_PackageManager.png
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/421_Hierarchy_VGO.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/421_Hierarchy_VGO.png
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/422_Inspector_VGO.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/422_Inspector_VGO.png
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/431_Hierarchy_Floor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/431_Hierarchy_Floor.png
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/432_Inspector_Floor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/432_Inspector_Floor.png
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/500_Export.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/500_Export.png
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/501_Export.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/501_Export.png
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/620_Import.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/620_Import.png
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/710_Load.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/710_Load.png
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/721_Hierarchy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/721_Hierarchy.png
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/722_Inspector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/722_Inspector.png
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/810_vovola.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/810_vovola.jpg
--------------------------------------------------------------------------------
/Documentation~/UniVGO/Images/820_vishop.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/UniVGO/Images/820_vishop.jpg
--------------------------------------------------------------------------------
/Documentation~/VGO/instructions/schema.layout.springBoneInfo.json.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/izayoijiichan/VGO/da8a416024ebaf4c941140179c57ce0121baef9d/Documentation~/VGO/instructions/schema.layout.springBoneInfo.json.md
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/assetInfo.generaterInfo.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.generatorInfo",
3 | "description": "VGO generator information.",
4 | "type": "object",
5 | "properties": {
6 | "name": {
7 | "description": "The VGO generator name.",
8 | "type": "string"
9 | },
10 | "version": {
11 | "description": "The VGO generator version.",
12 | "type": "string"
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/resource.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Resource",
3 | "description": "A resource.",
4 | "type": "object",
5 | "properties": {
6 | "uri": {
7 | "description": "The uri of the buffer.",
8 | "type": "string",
9 | "format": "uriref"
10 | },
11 | "byteLength": {
12 | "description": "The length of the resource in bytes.",
13 | "type": "integer",
14 | "minimum": 1
15 | },
16 | "extensions": { }
17 | },
18 | "required": [
19 | "uri",
20 | "byteLength"
21 | ]
22 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/vgo.gradientAlphakey.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.gradient.alphaKey",
3 | "type": "object",
4 | "properties": {
5 | "alpha": {
6 | "type": "number"
7 | },
8 | "time": {
9 | "type": "number"
10 | }
11 | }
12 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/vgo.gradientColorKey.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.gradient.colorKey",
3 | "type": "object",
4 | "properties": {
5 | "color": {
6 | "type": "array",
7 | "items": {
8 | "type": "number"
9 | }
10 | },
11 | "time": {
12 | "type": "number"
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/vgo.humanAvatar.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.humanAvatar",
3 | "description": "Human avatar.",
4 | "type": "object",
5 | "properties": {
6 | "name": {
7 | "description": "The name of this human avatar.",
8 | "type": "string"
9 | },
10 | "humanBones": {
11 | "description": "List of the human bone.",
12 | "type": [
13 | "array",
14 | "null"
15 | ],
16 | "items": {
17 | "$ref": "vgo.humanBone.schema.json"
18 | }
19 | }
20 | }
21 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/vgo.ps.burst.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.burst",
3 | "type": "object",
4 | "properties": {
5 | "time": {
6 | "type": "number"
7 | },
8 | "count": {
9 | "$id": "vgo.ps.minMaxCurve",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | },
15 | "cycleCount": {
16 | "type": "integer"
17 | },
18 | "repeatInterval": {
19 | "type": "number"
20 | },
21 | "probability": {
22 | "type": "number"
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/vgo.ps.collisionModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.collisionModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/vgo.ps.colorBySpeedModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.colorBySpeedModule",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "type": "boolean"
7 | },
8 | "color": {
9 | "$id": "vgo.ps.minMaxGradient",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | },
15 | "range": {
16 | "type": [
17 | "array",
18 | "null"
19 | ],
20 | "items": {
21 | "type": "number"
22 | }
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/vgo.ps.colorOverLifetimeModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.colorOverLifetimeModule",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "type": "boolean"
7 | },
8 | "color": {
9 | "$id": "vgo.ps.minMaxGradient",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | }
15 | }
16 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/vgo.ps.customDataModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.customDataModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/vgo.ps.subEmittersModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.subEmittersModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/vgo.ps.textureSheetAnimationModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.textureSheetAnimationModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/vgo.ps.triggerModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.triggerModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.0/schema/vgo.skybox.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.skybox",
3 | "type": "object",
4 | "properties": {
5 | "materialIndex": {
6 | "type": "integer"
7 | }
8 | }
9 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/assetInfo.generaterInfo.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.generatorInfo",
3 | "description": "VGO generator information.",
4 | "type": "object",
5 | "properties": {
6 | "name": {
7 | "description": "The VGO generator name.",
8 | "type": "string"
9 | },
10 | "version": {
11 | "description": "The VGO generator version.",
12 | "type": "string"
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/resource.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Resource",
3 | "description": "A resource.",
4 | "type": "object",
5 | "properties": {
6 | "uri": {
7 | "description": "The uri of the buffer.",
8 | "type": "string",
9 | "format": "uriref"
10 | },
11 | "byteLength": {
12 | "description": "The length of the resource in bytes.",
13 | "type": "integer",
14 | "minimum": 1
15 | },
16 | "extensions": { }
17 | },
18 | "required": [
19 | "uri",
20 | "byteLength"
21 | ]
22 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/vgo.gradientAlphakey.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.gradient.alphaKey",
3 | "type": "object",
4 | "properties": {
5 | "alpha": {
6 | "type": "number"
7 | },
8 | "time": {
9 | "type": "number"
10 | }
11 | }
12 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/vgo.gradientColorKey.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.gradient.colorKey",
3 | "type": "object",
4 | "properties": {
5 | "color": {
6 | "type": "array",
7 | "items": {
8 | "type": "number"
9 | }
10 | },
11 | "time": {
12 | "type": "number"
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/vgo.humanAvatar.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.humanAvatar",
3 | "description": "Human avatar.",
4 | "type": "object",
5 | "properties": {
6 | "name": {
7 | "description": "The name of this human avatar.",
8 | "type": "string"
9 | },
10 | "humanBones": {
11 | "description": "List of the human bone.",
12 | "type": [
13 | "array",
14 | "null"
15 | ],
16 | "items": {
17 | "$ref": "vgo.humanBone.schema.json"
18 | }
19 | }
20 | }
21 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/vgo.ps.burst.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.burst",
3 | "type": "object",
4 | "properties": {
5 | "time": {
6 | "type": "number"
7 | },
8 | "count": {
9 | "$id": "vgo.ps.minMaxCurve",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | },
15 | "cycleCount": {
16 | "type": "integer"
17 | },
18 | "repeatInterval": {
19 | "type": "number"
20 | },
21 | "probability": {
22 | "type": "number"
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/vgo.ps.collisionModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.collisionModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/vgo.ps.colorBySpeedModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.colorBySpeedModule",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "type": "boolean"
7 | },
8 | "color": {
9 | "$id": "vgo.ps.minMaxGradient",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | },
15 | "range": {
16 | "type": [
17 | "array",
18 | "null"
19 | ],
20 | "items": {
21 | "type": "number"
22 | }
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/vgo.ps.colorOverLifetimeModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.colorOverLifetimeModule",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "type": "boolean"
7 | },
8 | "color": {
9 | "$id": "vgo.ps.minMaxGradient",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | }
15 | }
16 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/vgo.ps.customDataModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.customDataModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/vgo.ps.subEmittersModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.subEmittersModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/vgo.ps.textureSheetAnimationModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.textureSheetAnimationModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/vgo.ps.triggerModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.triggerModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.1/schema/vgo.skybox.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.skybox",
3 | "type": "object",
4 | "properties": {
5 | "materialIndex": {
6 | "type": "integer"
7 | }
8 | }
9 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/assetInfo.generaterInfo.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.generatorInfo",
3 | "description": "VGO generator information.",
4 | "type": "object",
5 | "properties": {
6 | "name": {
7 | "description": "The VGO generator name.",
8 | "type": "string"
9 | },
10 | "version": {
11 | "description": "The VGO generator version.",
12 | "type": "string"
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/resource.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Resource",
3 | "description": "A resource.",
4 | "type": "object",
5 | "properties": {
6 | "uri": {
7 | "description": "The uri of the buffer.",
8 | "type": "string",
9 | "format": "uriref"
10 | },
11 | "byteLength": {
12 | "description": "The length of the resource in bytes.",
13 | "type": "integer",
14 | "minimum": 1
15 | },
16 | "extensions": { }
17 | },
18 | "required": [
19 | "uri",
20 | "byteLength"
21 | ]
22 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.animationCurveBinding.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.animationCurveBinding",
3 | "type": "object",
4 | "properties": {
5 | "type": {
6 | "description": "The type of the property to be animated.",
7 | "type": "string"
8 | },
9 | "propertyName": {
10 | "description": "The name of the property to be animated.",
11 | "type": "string"
12 | },
13 | "animationCurve": {
14 | "description": "The animation curve.",
15 | "$ref": "vgo.animationCurve.schema.json"
16 | }
17 | }
18 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.gradientAlphakey.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.gradient.alphaKey",
3 | "type": "object",
4 | "properties": {
5 | "alpha": {
6 | "type": "number"
7 | },
8 | "time": {
9 | "type": "number"
10 | }
11 | }
12 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.gradientColorKey.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.gradient.colorKey",
3 | "type": "object",
4 | "properties": {
5 | "color": {
6 | "type": "array",
7 | "items": {
8 | "type": "number"
9 | }
10 | },
11 | "time": {
12 | "type": "number"
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.humanAvatar.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.humanAvatar",
3 | "description": "Human avatar.",
4 | "type": "object",
5 | "properties": {
6 | "name": {
7 | "description": "The name of this human avatar.",
8 | "type": "string"
9 | },
10 | "humanBones": {
11 | "description": "List of the human bone.",
12 | "type": [
13 | "array",
14 | "null"
15 | ],
16 | "items": {
17 | "$ref": "vgo.humanBone.schema.json"
18 | }
19 | }
20 | }
21 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.ps.burst.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.burst",
3 | "type": "object",
4 | "properties": {
5 | "time": {
6 | "type": "number"
7 | },
8 | "count": {
9 | "$id": "vgo.ps.minMaxCurve",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | },
15 | "cycleCount": {
16 | "type": "integer"
17 | },
18 | "repeatInterval": {
19 | "type": "number"
20 | },
21 | "probability": {
22 | "type": "number"
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.ps.collisionModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.collisionModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.ps.colorBySpeedModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.colorBySpeedModule",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "type": "boolean"
7 | },
8 | "color": {
9 | "$id": "vgo.ps.minMaxGradient",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | },
15 | "range": {
16 | "type": [
17 | "array",
18 | "null"
19 | ],
20 | "items": {
21 | "type": "number"
22 | }
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.ps.colorOverLifetimeModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.colorOverLifetimeModule",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "type": "boolean"
7 | },
8 | "color": {
9 | "$id": "vgo.ps.minMaxGradient",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | }
15 | }
16 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.ps.customDataModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.customDataModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.ps.subEmittersModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.subEmittersModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.ps.textureSheetAnimationModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.textureSheetAnimationModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.ps.triggerModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.triggerModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.2/schema/vgo.skybox.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.skybox",
3 | "type": "object",
4 | "properties": {
5 | "materialIndex": {
6 | "type": "integer"
7 | }
8 | }
9 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/assetInfo.generaterInfo.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.generatorInfo",
3 | "description": "VGO generator information.",
4 | "type": "object",
5 | "properties": {
6 | "name": {
7 | "description": "The VGO generator name.",
8 | "type": "string"
9 | },
10 | "version": {
11 | "description": "The VGO generator version.",
12 | "type": "string"
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/resource.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Resource",
3 | "description": "A resource.",
4 | "type": "object",
5 | "properties": {
6 | "uri": {
7 | "description": "The uri of the buffer.",
8 | "type": "string",
9 | "format": "uriref"
10 | },
11 | "byteLength": {
12 | "description": "The length of the resource in bytes.",
13 | "type": "integer",
14 | "minimum": 1
15 | },
16 | "extensions": { }
17 | },
18 | "required": [
19 | "uri",
20 | "byteLength"
21 | ]
22 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.animationCurveBinding.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.animationCurveBinding",
3 | "type": "object",
4 | "properties": {
5 | "type": {
6 | "description": "The type of the property to be animated.",
7 | "type": "string"
8 | },
9 | "propertyName": {
10 | "description": "The name of the property to be animated.",
11 | "type": "string"
12 | },
13 | "animationCurve": {
14 | "description": "The animation curve.",
15 | "$ref": "vgo.animationCurve.schema.json"
16 | }
17 | }
18 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.gradientAlphakey.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.gradient.alphaKey",
3 | "type": "object",
4 | "properties": {
5 | "alpha": {
6 | "type": "number"
7 | },
8 | "time": {
9 | "type": "number"
10 | }
11 | }
12 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.gradientColorKey.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.gradient.colorKey",
3 | "type": "object",
4 | "properties": {
5 | "color": {
6 | "type": "array",
7 | "items": {
8 | "type": "number"
9 | }
10 | },
11 | "time": {
12 | "type": "number"
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.humanAvatar.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.humanAvatar",
3 | "description": "Human avatar.",
4 | "type": "object",
5 | "properties": {
6 | "name": {
7 | "description": "The name of this human avatar.",
8 | "type": "string"
9 | },
10 | "humanBones": {
11 | "description": "List of the human bone.",
12 | "type": [
13 | "array",
14 | "null"
15 | ],
16 | "items": {
17 | "$ref": "vgo.humanBone.schema.json"
18 | }
19 | }
20 | }
21 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.ps.burst.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.burst",
3 | "type": "object",
4 | "properties": {
5 | "time": {
6 | "type": "number"
7 | },
8 | "count": {
9 | "$id": "vgo.ps.minMaxCurve",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | },
15 | "cycleCount": {
16 | "type": "integer"
17 | },
18 | "repeatInterval": {
19 | "type": "number"
20 | },
21 | "probability": {
22 | "type": "number"
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.ps.collisionModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.collisionModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.ps.colorBySpeedModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.colorBySpeedModule",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "type": "boolean"
7 | },
8 | "color": {
9 | "$id": "vgo.ps.minMaxGradient",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | },
15 | "range": {
16 | "type": [
17 | "array",
18 | "null"
19 | ],
20 | "items": {
21 | "type": "number"
22 | }
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.ps.colorOverLifetimeModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.colorOverLifetimeModule",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "type": "boolean"
7 | },
8 | "color": {
9 | "$id": "vgo.ps.minMaxGradient",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | }
15 | }
16 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.ps.customDataModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.customDataModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.ps.subEmittersModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.subEmittersModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.ps.textureSheetAnimationModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.textureSheetAnimationModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.ps.triggerModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.triggerModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.3/schema/vgo.skybox.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.skybox",
3 | "type": "object",
4 | "properties": {
5 | "materialIndex": {
6 | "type": "integer"
7 | }
8 | }
9 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/assetInfo.generaterInfo.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.generatorInfo",
3 | "description": "VGO generator information.",
4 | "type": "object",
5 | "properties": {
6 | "name": {
7 | "description": "The VGO generator name.",
8 | "type": "string"
9 | },
10 | "version": {
11 | "description": "The VGO generator version.",
12 | "type": "string"
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/resource.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Resource",
3 | "description": "A resource.",
4 | "type": "object",
5 | "properties": {
6 | "uri": {
7 | "description": "The uri of the buffer.",
8 | "type": "string",
9 | "format": "uriref"
10 | },
11 | "byteLength": {
12 | "description": "The length of the resource in bytes.",
13 | "type": "integer",
14 | "minimum": 1
15 | },
16 | "extensions": { }
17 | },
18 | "required": [
19 | "uri",
20 | "byteLength"
21 | ]
22 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.animationCurveBinding.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.animationCurveBinding",
3 | "type": "object",
4 | "properties": {
5 | "type": {
6 | "description": "The type of the property to be animated.",
7 | "type": "string"
8 | },
9 | "propertyName": {
10 | "description": "The name of the property to be animated.",
11 | "type": "string"
12 | },
13 | "animationCurve": {
14 | "description": "The animation curve.",
15 | "$ref": "vgo.animationCurve.schema.json"
16 | }
17 | }
18 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.clothSphereColliderPair.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.clothSphereColliderPair",
3 | "type": "object",
4 | "properties": {
5 | "first": {
6 | "description": "The index of the first SphereCollider.",
7 | "type": "integer",
8 | "minimum": -1,
9 | "default": -1
10 | },
11 | "second": {
12 | "description": "The index of the second SphereCollider.",
13 | "type": "integer",
14 | "minimum": -1,
15 | "default": -1
16 | }
17 | }
18 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.gradientAlphakey.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.gradient.alphaKey",
3 | "type": "object",
4 | "properties": {
5 | "alpha": {
6 | "type": "number"
7 | },
8 | "time": {
9 | "type": "number"
10 | }
11 | }
12 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.gradientColorKey.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.gradient.colorKey",
3 | "type": "object",
4 | "properties": {
5 | "color": {
6 | "type": "array",
7 | "items": {
8 | "type": "number"
9 | }
10 | },
11 | "time": {
12 | "type": "number"
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.humanAvatar.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.humanAvatar",
3 | "description": "Human avatar.",
4 | "type": "object",
5 | "properties": {
6 | "name": {
7 | "description": "The name of this human avatar.",
8 | "type": "string"
9 | },
10 | "humanBones": {
11 | "description": "List of the human bone.",
12 | "type": [
13 | "array",
14 | "null"
15 | ],
16 | "items": {
17 | "$ref": "vgo.humanBone.schema.json"
18 | }
19 | }
20 | }
21 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.ps.burst.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.burst",
3 | "type": "object",
4 | "properties": {
5 | "time": {
6 | "type": "number"
7 | },
8 | "count": {
9 | "$id": "vgo.ps.minMaxCurve",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | },
15 | "cycleCount": {
16 | "type": "integer"
17 | },
18 | "repeatInterval": {
19 | "type": "number"
20 | },
21 | "probability": {
22 | "type": "number"
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.ps.collisionModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.collisionModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.ps.colorBySpeedModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.colorBySpeedModule",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "type": "boolean"
7 | },
8 | "color": {
9 | "$id": "vgo.ps.minMaxGradient",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | },
15 | "range": {
16 | "type": [
17 | "array",
18 | "null"
19 | ],
20 | "items": {
21 | "type": "number"
22 | }
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.ps.colorOverLifetimeModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.colorOverLifetimeModule",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "type": "boolean"
7 | },
8 | "color": {
9 | "$id": "vgo.ps.minMaxGradient",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | }
15 | }
16 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.ps.customDataModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.customDataModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.ps.subEmittersModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.subEmittersModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.ps.textureSheetAnimationModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.textureSheetAnimationModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.ps.triggerModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.triggerModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.4/schema/vgo.skybox.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.skybox",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "description": "Whether the skybox is enable.",
7 | "type": "boolean",
8 | "default": true
9 | },
10 | "materialIndex": {
11 | "description": "The index of the material.",
12 | "type": "integer",
13 | "minimum": -1,
14 | "default": -1
15 | }
16 | }
17 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/assetInfo.generaterInfo.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.generatorInfo",
3 | "description": "VGO generator information.",
4 | "type": "object",
5 | "properties": {
6 | "name": {
7 | "description": "The VGO generator name.",
8 | "type": "string"
9 | },
10 | "version": {
11 | "description": "The VGO generator version.",
12 | "type": "string"
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/resource.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Resource",
3 | "description": "A resource.",
4 | "type": "object",
5 | "properties": {
6 | "uri": {
7 | "description": "The uri of the buffer.",
8 | "type": "string",
9 | "format": "uriref"
10 | },
11 | "byteLength": {
12 | "description": "The length of the resource in bytes.",
13 | "type": "integer",
14 | "minimum": 1
15 | },
16 | "extensions": { }
17 | },
18 | "required": [
19 | "uri",
20 | "byteLength"
21 | ]
22 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.animationCurveBinding.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.animationCurveBinding",
3 | "type": "object",
4 | "properties": {
5 | "type": {
6 | "description": "The type of the property to be animated.",
7 | "type": "string"
8 | },
9 | "propertyName": {
10 | "description": "The name of the property to be animated.",
11 | "type": "string"
12 | },
13 | "animationCurve": {
14 | "description": "The animation curve.",
15 | "$ref": "vgo.animationCurve.schema.json"
16 | }
17 | }
18 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.clothSphereColliderPair.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.clothSphereColliderPair",
3 | "type": "object",
4 | "properties": {
5 | "first": {
6 | "description": "The index of the first SphereCollider.",
7 | "type": "integer",
8 | "minimum": -1,
9 | "default": -1
10 | },
11 | "second": {
12 | "description": "The index of the second SphereCollider.",
13 | "type": "integer",
14 | "minimum": -1,
15 | "default": -1
16 | }
17 | }
18 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.gradientAlphakey.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.gradient.alphaKey",
3 | "type": "object",
4 | "properties": {
5 | "alpha": {
6 | "type": "number"
7 | },
8 | "time": {
9 | "type": "number"
10 | }
11 | }
12 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.gradientColorKey.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.gradient.colorKey",
3 | "type": "object",
4 | "properties": {
5 | "color": {
6 | "type": "array",
7 | "items": {
8 | "type": "number"
9 | }
10 | },
11 | "time": {
12 | "type": "number"
13 | }
14 | }
15 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.humanAvatar.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.humanAvatar",
3 | "description": "Human avatar.",
4 | "type": "object",
5 | "properties": {
6 | "name": {
7 | "description": "The name of this human avatar.",
8 | "type": "string"
9 | },
10 | "humanBones": {
11 | "description": "List of the human bone.",
12 | "type": [
13 | "array",
14 | "null"
15 | ],
16 | "items": {
17 | "$ref": "vgo.humanBone.schema.json"
18 | }
19 | }
20 | }
21 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.ps.burst.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.burst",
3 | "type": "object",
4 | "properties": {
5 | "time": {
6 | "type": "number"
7 | },
8 | "count": {
9 | "$id": "vgo.ps.minMaxCurve",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | },
15 | "cycleCount": {
16 | "type": "integer"
17 | },
18 | "repeatInterval": {
19 | "type": "number"
20 | },
21 | "probability": {
22 | "type": "number"
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.ps.collisionModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.collisionModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.ps.colorBySpeedModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.colorBySpeedModule",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "type": "boolean"
7 | },
8 | "color": {
9 | "$id": "vgo.ps.minMaxGradient",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | },
15 | "range": {
16 | "type": [
17 | "array",
18 | "null"
19 | ],
20 | "items": {
21 | "type": "number"
22 | }
23 | }
24 | }
25 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.ps.colorOverLifetimeModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.colorOverLifetimeModule",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "type": "boolean"
7 | },
8 | "color": {
9 | "$id": "vgo.ps.minMaxGradient",
10 | "type": [
11 | "object",
12 | "null"
13 | ]
14 | }
15 | }
16 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.ps.customDataModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.customDataModule",
3 | "type": "object",
4 | "enabled": {
5 | "type": "boolean"
6 | },
7 | "customData": {
8 | "type": [
9 | "array",
10 | "null"
11 | ],
12 | "items": {
13 | "$id": "vgo.ps.customData",
14 | "type": "object"
15 | }
16 | }
17 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.ps.subEmittersModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.subEmittersModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.ps.triggerModule.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "$id": "vgo.ps.triggerModule",
3 | "type": "object"
4 | }
--------------------------------------------------------------------------------
/Documentation~/VGO/specification/2.5/schema/vgo.skybox.schema.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "vgo.skybox",
3 | "type": "object",
4 | "properties": {
5 | "enabled": {
6 | "description": "Whether the skybox is enable.",
7 | "type": "boolean",
8 | "default": true
9 | },
10 | "materialIndex": {
11 | "description": "The index of the material.",
12 | "type": "integer",
13 | "minimum": -1,
14 | "default": -1
15 | }
16 | }
17 | }
--------------------------------------------------------------------------------
/LICENSE.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 08de70f0ce767754a99ca679d6ad64fe
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/NewtonVgo.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fe34b2c859f84984bbbe0b1ed18586c5
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 456260bc78c3a8d479ef10322a3a7b39
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Buffers.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1d2a8a9991c480245972cc3720b6cfb3
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Buffers/ArraySegmentByteBuffer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f3518f67e478b8548925a6d20a4d29ae
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Buffers/IByteBuffer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a6e001de10e8cf84a95ca4b86edbecda
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Buffers/Pin.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 803ac7ac50ec7794fabee65be9956158
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Buffers/ReadOnlyArraySegmentByteBuffer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: de7d0a2b288c632419a037b2c13ce72b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Chunks.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8a83e97b8dc2ed846a2753ccdbad8174
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Chunks/VgoChunk.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8e85e562d212eff4895128197e9af517
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Chunks/VgoComposerChunkData.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a8d50db9a67e85c418224de1ccb7b85c
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Chunks/VgoHeader.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c54a998ef9a3cf54cad06933e5b085f1
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Chunks/VgoIndexChunkDataElement.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a17a32bbea1df184a944376fd2932e8c
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Chunks/VgoReadChunk.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 251babd0d32b1c84686907ebf3a68243
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Constants.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6795c0f654de0a545b07f0ef377fc6d1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Constants/VertexKey.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 07d44145375840d4aba5412957aa2b80
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Constants/VgoCryptographyAlgorithms.cs:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------
2 | // @Namespace : NewtonVgo
3 | // @Class : VgoCryptographyAlgorithms
4 | // ----------------------------------------------------------------------
5 | #nullable enable
6 | namespace NewtonVgo
7 | {
8 | /// The name of algorithms.
9 | public class VgoCryptographyAlgorithms
10 | {
11 | /// Advanced Encryption Standard
12 | public const string AES = "AES";
13 |
14 | /// Base64
15 | public const string Base64 = "Base64";
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Constants/VgoCryptographyAlgorithms.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cb14c847b27bf344383002da86979bf0
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 934c86dca82346a4f9d597583548bfac
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/UnityEngine.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3f6bbe605b8d2b149a5dcfde70cb9efb
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/UnityEngine/AnimationModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 70c3c7a3df5be8b4eb9cfd77a17dd301
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/UnityEngine/CoreModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 24789a83fda17f04f936fc7ccb00327e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/UnityEngine/ParticleSystemModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 161888bb5a6cd9a488f0d335aa71385e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/UnityEngine/PhysicsModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d184d32364cc14e4482500b3c3fda30c
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/UnityEngine/Rendering.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bdd9483d2cdf7c64195e517fe395e90c
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/UnityEngine/SkyboxShader.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 384ab6256e668ba42bb48e08366a5623
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 70d93eb69a14ba345b83aeb15c26d191
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoBlendShapeBlinkType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c5c327355c2d98e498f5bf808f37e13a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoBlendShapeFacePartsType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 588e51223d86ab14496daaadec6ebb87
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoBlendShapeKind.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b5a5500dcedd8c8479b1621f953265d9
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoBlendShapePresetType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 04d11bff2f0dce24b8de15cdb2c9cb3b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoBlendShapeVisemeType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a3ac34fdad5a77144bab29d63449b615
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoChunkTypeID.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4c85853f013eb6a46820bdd4f5668409
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoColliderType.cs:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------
2 | // @Namespace : NewtonVgo
3 | // @Enum : VgoColliderType
4 | // ----------------------------------------------------------------------
5 | #nullable enable
6 | namespace NewtonVgo
7 | {
8 | /// The type of the collider.
9 | public enum VgoColliderType
10 | {
11 | /// Box Collider
12 | Box = 0,
13 | /// Capsule Collider
14 | Capsule = 1,
15 | /// Sphere Collider
16 | Sphere = 2,
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoColliderType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8175060193f5cc34c8adcfce8069c847
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoColorSpaceType.cs:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------
2 | // @Namespace : NewtonVgo
3 | // @Enum : VgoColorSpaceType
4 | // ----------------------------------------------------------------------
5 | #nullable enable
6 | namespace NewtonVgo
7 | {
8 | /// The type of the color space.
9 | public enum VgoColorSpaceType
10 | {
11 | /// sRGB
12 | Srgb = 0,
13 | /// Linear
14 | Linear,
15 | };
16 | }
17 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoColorSpaceType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fa377ecbe75a6374a88bda225b30490e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoGeometryCoordinate.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bf32a1b4ed6757145af9e16bfe99d0d6
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoResourceAccessorDataType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: db3561faf3c9d154a9093647b9866dd8
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoResourceAccessorKind.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 04b6c6b5bdb34fd43b7e859287c098f5
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoResourceAccessorSparseType.cs:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------
2 | // @Namespace : NewtonVgo
3 | // @Enum : VgoResourceAccessorSparseType
4 | // ----------------------------------------------------------------------
5 | #nullable enable
6 | namespace NewtonVgo
7 | {
8 | /// The type of the resource accessor sparse.
9 | public enum VgoResourceAccessorSparseType
10 | {
11 | ///
12 | None = 0,
13 | ///
14 | General,
15 | ///
16 | Powerful,
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoResourceAccessorSparseType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dc0e7b2514d117a4683673a9c040cee4
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoSpringBoneColliderType.cs:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------
2 | // @Namespace : NewtonVgo
3 | // @Enum : VgoSpringBoneColliderType
4 | // ----------------------------------------------------------------------
5 | #nullable enable
6 | namespace NewtonVgo
7 | {
8 | /// The type of the spring bone collider.
9 | public enum VgoSpringBoneColliderType
10 | {
11 | ///
12 | Sphere,
13 | /////
14 | //Capsule,
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoSpringBoneColliderType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 18e58c1a1302aab43ab1368d1e8e1af3
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoTextureMapType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9fe05aaee66ff024a82efa657b1c2730
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoUVCoordinate.cs:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------
2 | // @Namespace : NewtonVgo
3 | // @Enum : VgoUVCoordinate
4 | // ----------------------------------------------------------------------
5 | #nullable enable
6 | namespace NewtonVgo
7 | {
8 | /// The type of the UV coordinates.
9 | public enum VgoUVCoordinate : byte
10 | {
11 | ///
12 | None = 0,
13 | /// The top left.
14 | TopLeft = 1,
15 | /// The bottom left.
16 | BottomLeft = 2,
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Enums/Vgo/VgoUVCoordinate.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: edd049122e0c1704eaa5ada2385238f0
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Extensions.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3a3ea736ea66e1645863cb3ba9dc45d5
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Extensions/ArraySegmentExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 93a9513bdbb5c2e41ae7af8da2e1ac96
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Extensions/CollectionsExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4b202a05317506746b74386df3094f0a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Extensions/ResourceAccessorDataTypeExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ee307270b6754d04598f7cd457a00434
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Extensions/StreamExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1d71051851feb62459075f31361ba9ac
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Extensions/StructureExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 04e05c58db17b2a40ac88fa93b5ad2b1
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Extensions/SystemExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 119a20fdfd51c3344aca425042d1edbe
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Helper.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b3c7d276664c54f45b2ef164c19a3b52
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Helper/ThrowHelper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 576c61b815a61564dbe8d9caf057c18e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Models.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 72ba4a46e40e32f4599796a215fae4d3
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Models/ExModel.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d093a794c61601444af3e2b554ccf384
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Models/VgoExportSetting.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c1064b58d7181bd448c20e645b10715e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Models/VgoResourceData.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a6e278020c2fe7d4db3cb1f284d08d56
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Models/VgoResourceDataCollection.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0cfc8b5f9a5f23b40ad5517d5aba3efc
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/NewtonVgo.asmdef:
--------------------------------------------------------------------------------
1 | {
2 | "name": "NewtonVgo",
3 | "rootNamespace": "NewtonVgo",
4 | "includePlatforms": [],
5 | "excludePlatforms": [],
6 | "allowUnsafeCode": false,
7 | "autoReferenced": true,
8 | "noEngineReferences": true,
9 | "overrideReferences": true,
10 | "references": [],
11 | "precompiledReferences": [
12 | "Newtonsoft.Json.dll",
13 | "System.Buffers.dll",
14 | "System.Memory.dll",
15 | "System.Numerics.Vectors.dll"
16 | ],
17 | "optionalUnityReferences": [],
18 | "defineConstraints": [],
19 | "versionDefines": []
20 | }
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/NewtonVgo.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f96fecfe0c39ec046baa18807395944b
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 56af96f03e4d2ad47af6391d64a0cadd
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Assets.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 75aee391809ab984b945e96f569d7f12
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Assets/VgoAssetInfo.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cc3023f5fcebe444d9c3b69d058e8bf7
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Assets/VgoGeneratorInfo.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0791aa30e4e094c4f85296c573568b5f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Assets/VgoRight.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2260f64b641883642b98e1c66d53fcc8
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Cryptography.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c4401ab2b3153c046b88450a70eb4851
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Cryptography/VgoCryptV0.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c18f386fbadd1924bb784c1e92fb3a3e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Extensions.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6b16c8bc35ade2b4cb57908bcaef0b4a
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Extensions/VgoExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3050739eaa30a6041a4f838dbbfea52c
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d227384ca27418041912fa65e734760d
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Animations.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 29853bf5bd08fc64e90efdf138c523e5
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Animations/VgoAnimation.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 53f8f5df19c9c1b4192ac12c258c8142
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Animations/VgoAnimationClip.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9f0e7639388ebe14092b088caa460b73
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Animations/VgoAnimationCurve.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d7fcc55ce3e069e488ec1e2a7c689632
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Animations/VgoAnimationCurveBinding.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f8559998f3e8dfb4b8a9d7fbb5d0f883
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Avatars.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 589c63c1c726be8438035d8b069cc5c3
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Avatars/VgoHumanAvatar.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 98a439854fa327e47b1ade4eedbb3669
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Avatars/VgoHumanBone.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9df497b91405aa4499cd8b917c38054d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Avatars/VgoSpringBoneCollider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fbaae798483ff4543979428b609f1c09
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Avatars/VgoSpringBoneColliderGroup.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a27c466175164a4479268ec0b7b74c02
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Avatars/VgoSpringBoneGroup.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5ccef5d20822aa245afb9186df5dfc46
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Avatars/VgoSpringBoneInfo.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a163cbdffc262894a91ef1e283a68593
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Clothes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5db12b419d09702479026d3a3cc31eae
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Clothes/VgoCloth.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: eaf9163aa34fd334788f27100e1c242f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Clothes/VgoClothSphereColliderPair.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d53d2b64706e25b41a7356ab54e58064
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Elements.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4bcc9fbee9d503b4a9a1ccbce9f24c0c
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Elements/VgoGradient.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c01c3c4cff094c046a9651f795fa187b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Elements/VgoGradientAlphaKey.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3d450e966e405334a84a33b2e612677b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Elements/VgoGradientColorKey.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3daa491598bde844cafb761f2576c405
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Elements/VgoKeyframe.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7bb67318ffb14e34585ecb2793249aa7
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Elements/VgoLight.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2fcdc8324245c8e4a9833c5bc959c785
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Elements/VgoMaterial.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 24fcd531aeeadc24695da755e13ea1aa
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Elements/VgoPhysicMaterial.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 689576e61d1653b47aa3879d5fba0dfd
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Elements/VgoSkybox.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 75f88a1b2378570409d074da1b9b285e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Meshes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a321fe95e4da7524b85c2307e0920693
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Meshes/BlendShapes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0a7254d32c87ef94b9d4fd962cbede54
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Meshes/BlendShapes/VgoMeshBlendShape.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2cd4ebf9fee00ac468674fa202228f63
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Meshes/BlendShapes/VgoMeshBlendShapeBinding.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 73981e202a3397e41a3d3712cfdf51ef
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Meshes/BlendShapes/VgoMeshBlendShapePreset.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2a58b0cd151452043b48eb904605906f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Meshes/VgoMesh.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1895dffcb127be54d8c7c96eda249ddf
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Meshes/VgoMeshPrimitiveAttributes.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f2ec18fa67d0419418ba61adaee6df1e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Meshes/VgoMeshRenderer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 31ae78f23e32ece4291fb4b0c2ba60ee
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Nodes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 368b0ba2da7aa7c47b469d12d99903d7
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Nodes/VgoAnimator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 637842bd166610449bbec68c96aeb6b9
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Nodes/VgoCollider.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ce27ac7b1b9d22d4aadfb789bdfe53d5
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Nodes/VgoNode.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2f475893756248e42bba38487115e8d2
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Nodes/VgoRigidbody.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0fd9b966c809c2c47bb9fce15300b5c5
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Nodes/VgoSkin.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: accc8ed1b863f884696568103bcc2b23
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Nodes/VgoTransform.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: da3eafed7852bf04dabfe41e6c54093e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 616eda4538388154a9b2f704bdbd5fc9
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_Burst.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 784a519d0d148aa498d1d6923889dc2c
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_CollisionModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1536969924c62b44bbd0e6c83a009361
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_ColorBySpeedModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a8a298bf4eb775949993ab5dce1a2c5b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_ColorOverLifetimeModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5114dd5a98cee1748ad22b6659d2a896
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_CustomDataModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4091fdd0fb209224c8d64080086996a1
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_EmissionModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7bc49b1dd4020d64f92ee6644bfda828
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_ExternalForcesModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 39ec16f16d686e040b1ec45cf6da730c
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_ForceOverLifetimeModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 411459f9ee5569347ab0ab0b1f41fdec
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_InheritVelocityModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f74fa9c828b0e704c8ed89116fb4a770
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_LightsModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9dadb54f4307af84eb1b4e0df2b02c8d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_LimitVelocityOverLifetimeModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 66b798d378f4c1d4ea2d3c2938e68ddd
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_MainModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0e0b79bca8d8e9641862a7f0d4b47f18
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_MinMaxCurve.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5a9dfcfddec435d4186d5322cf4851b4
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_MinMaxGradient.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 03a4aad4816596f41a12408a272aef1a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_NoiseModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 22fbf4f7626e4f441a9f9774f88ad502
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_Renderer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d25bc5ac2ef641144bf3c4e1d4a0b416
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_RotationBySpeedModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 796309db9eba68e40b0de612d201bc49
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_RotationOverLifetimeModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 009fe3507fa59e9419835b1883b46ae0
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_ShapeModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3ad4dca4165de904bb55cecd83b26e97
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_SizeBySpeedModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d7f37f9e7be429f4fbda88d6edf046e4
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_SizeOverLifetimeModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: eec20c670c63f5d4db0273f889d15ac2
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_SubEmittersModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ddb5da6280e18c648a7b8d781384fa86
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_TextureSheetAnimationModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 25c78b271ec4dcd4f9eb67d73173a652
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_TrailModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f9a71bc08a91d8247a2b8f4befc37cc1
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_TriggerModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a4b95fd3e4558d44aa7051c6a9fd17ae
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VGO_PS_VelocityOverLifetimeModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: edd8fd882352d2541bc8e6237a63555b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/ParticleSystems/VgoParticleSystem.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8ce87177a4b7276408c12e64c9d66f29
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Textures.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 07f5edf8f9adc1b4aa329562a3eb8cad
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/Textures/VgoTexture.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3306859edf0255d4ab2408ce93a08372
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Layouts/VgoLayout.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f44c72d2b69bd2240b4ee73836d43eb7
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Resources.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5e729ce033495af47b76925cc4c683c8
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Resources/VgoResource.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 407f2944ca533e140af31779d04178d5
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Schema/Resources/VgoResourceAccessor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 79e839ba0c6118f4d983b8540625f719
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Security.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1774524f80752324e8292ac6ef89ba0c
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Security/AesCrypter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5ee6aa53b3178c44a8e7d17aab98e6e9
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2a652253c2bd6664484d007f5f2a8033
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 300a018c37fc937479e1dc809670f32e
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/Color3JsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 94f84eeebbc960949b4f1fbc1057a9ab
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/Color4JsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 26f0f17849c087b439c66c925632ca4b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/Matrix4x4JsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d62caafd9ab984f4092ff62ec8634e19
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/NullableColor3JsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9a431e174d367ff45a21ea2d4e753eca
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/NullableColor4JsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f4d515b27e618b940a89d2e2888316e8
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/NullableMatrix4x4JsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7b1dc5fc7a8c0f640adeb3bd941b00f8
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/NullableQuaternionJsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b8c5ffac456c1da41a748155efc321c6
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/NullableVector2JsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d4ebca4d5a111bb4a819a02ee6fead61
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/NullableVector3JsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0bd3bc68618fdef4a9a309f266bec31d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/NullableVector4JsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6ce746e93dc9c7845ba89af85f1b0725
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/QuaternionJsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6bfa9884cb7bb69409fddfb39736ee9e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/Vector2JsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bc16addceca0d9942be037b48baf9214
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/Vector3JsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 802bee95847898848a01b7d9729c598b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/Vector4JsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 123d02c35f7e1fa4695195a3804ffecc
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/VgoExtensionsJsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b76355f3530d5df4c908bc07d1d0b180
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/JsonConverters/VgoMeshPrimitiveAttributesJsonConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0e07eef63bcfd4442b68e0847d8af8d2
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/VgoBsonSerializer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a83961c58dad1384391beb6d48cef7ea
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/VgoContractResolver.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5edd9b2d3ce075c4d9fa7421f22a1a6c
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Serialization/VgoJsonSerializerSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 77af9262d3cf078429a2ffcbb9282be2
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Storage.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f861173be9b8b924d9056407e327e797
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Storage/IVgoStorage.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 02a8cf7ae5e0b494da18343933e60c9a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Storage/VgoStorage.Export.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9e0ed0fa3ba81bd4eb19cfb095697a40
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Storage/VgoStorage.Import.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4f345e9f4b2e40840b54bb1a2ca8d573
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Storage/VgoStorage.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 105b9cb07ef8fe040af4c04da68d3c70
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Storage/VgoStorageAdapter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 79387fb98993d82408317edc1f78ba4a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Stream.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 14b024cb26402464e9ec29e519002e0f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Stream/IVgoStreamReader.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 362a47eb1aa1e184e8ed99940bf5f734
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Stream/VgoStreamReader.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 666f141af9dba1f44ba350a47d043971
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Structures.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1b0ab3056cb72234fb62b0e42549be56
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Structures/Bounds.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3cdf2efddeba39a4f98c467ddbad316a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Structures/Color3.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 22f6ff04a640a0c40bbaaac0fbd097ed
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Structures/Color4.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f1357c4e216657b4a92667e84f2b8388
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Structures/Matrix2.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e9cdaad8a1f7be44ea3fbfae94505120
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Structures/Matrix3.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9810063088954624184699580635d8c8
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Structures/Vector4Ubyte.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3bbd78d6191ff30418f761833490ce72
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Structures/Vector4Uint.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 22db90a1c54a3d844ae10a0a3f7be259
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/NewtonVgo/Runtime/Structures/Vector4Ushort.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ee05190618fa5ca4983d266f09245bbf
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/README.ja.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d08c58f82fc41054895e4bdca62a7121
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9bb6481d20396e945864f3551065af24
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/UniGLTF.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 02059f8c3acfd6f498415f8bcd4d3013
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniGLTF/LICENSE.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 49c1623e441116848992b4cdf469f49f
3 | timeCreated: 1517138576
4 | licenseType: Free
5 | DefaultImporter:
6 | externalObjects: {}
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/UniGLTF/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5af017b4470e548498f87a294610d059
3 | timeCreated: 1517138583
4 | licenseType: Free
5 | TextScriptImporter:
6 | externalObjects: {}
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/UniGLTF/Resources.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8dbe776e93e6c8c4ab086a49ff68285d
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniGLTF/Resources/Shaders.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c05c78f90b8a5734ea1cf55dba1fdb2c
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniGLTF/Resources/Shaders/NormalMapDecoder.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9f7bc0d147f3a0b48b3159e1491a9558
3 | timeCreated: 1533558728
4 | licenseType: Free
5 | ShaderImporter:
6 | defaultTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/UniGLTF/Resources/Shaders/NormalMapEncoder.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4f7bbe3272d4a3f43a83ebd84a2d903b
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/UniGLTF/Resources/Shaders/StandardVColor.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5c895fec3c1fece478a5ef09cf28c82d
3 | timeCreated: 1528269709
4 | licenseType: Pro
5 | ShaderImporter:
6 | defaultTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/UniVgo2.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4e6fb9854ae27614581ce4621d7701b1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 08f0620a0e39406488dddd7c46f909e1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/Inspector.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 56acb09138cb5ef44a4f14627daad0a1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/Inspector/ScriptEditorBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 57a6876d7fe601642a5032aac4880eaf
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/Inspector/VgoBlendShapeEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fcec5214498056c4a99f2421c4dd78da
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/Inspector/VgoGeneratorEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6b35e62a2023e4243bb72d501e54392c
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/Inspector/VgoGeneratorPopupWindowContent.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ab927ddd20443cc4f93ffd092f6506dd
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/Inspector/VgoRightEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dc8a9bcb15627f54b82f3987e5d0f825
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/Menubar.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1ede0e973f19add49bfabf9a861aa8b6
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/Menubar/VgoMenu.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cf4bf36ff6663f8488ba8c5fb5afc32a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/Processors.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7a0d6d93d742e78408656b2118432f1a
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/Processors/VgoExportProcessor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4d65796ba57c1a94a8c198bdaf139349
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/ScriptedImporters.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5a0bd7fd6d89a0b46b6e60fdba342abf
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/ScriptedImporters/VgoScriptedImporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ec0edbe5c5a9c794f892dde873cbfb07
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/ScriptedImporters/VgoScriptedImporterEditor.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 10d1e586c65a38a4097f7bd575bcb91e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Editor/UniVgo2.Editor.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8326750b78ad3de4db9f310fb7fbaddb
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/UniVgo2/LICENSE.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d63b2257d5f1ea5439c390f617d43a67
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/UniVgo2/README.md.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5855002190b75bb4f80f8d3cd43d8108
3 | TextScriptImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 12df50e3c05d6f945a64f02594fe2cb0
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Components.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6b4142a2ce5b8204d8da424c94a75f96
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Components/VgoBlendShape.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dc994e5fe77e9cb4e80d0a79ba2161da
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Components/VgoGenerator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 614832173604cb942bfb5981ee44b638
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Components/VgoRight.cs:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------
2 | // @Namespace : UniVgo2
3 | // @Class : VgoRight
4 | // ----------------------------------------------------------------------
5 | #nullable enable
6 | namespace UniVgo2
7 | {
8 | using UnityEngine;
9 |
10 | ///
11 | /// VGO Right
12 | ///
13 | [AddComponentMenu("Vgo/Vgo Right")]
14 | [DisallowMultipleComponent]
15 | public class VgoRight : MonoBehaviour
16 | {
17 | ///
18 | public NewtonVgo.VgoRight? Right = null;
19 | }
20 | }
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Components/VgoRight.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f46cc4206c775e74c9c6b32ed823fe1c
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Configurations.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b8db2695ecb57d24a95cfbff7c9e0e7e
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Configurations/AvatarConfiguration.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6923245a7bfe3d64bbcb0f37d4d35450
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Configurations/BlendShape.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7f5b1748a91f9994681b3ac95c81f101
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Configurations/BlendShape/BlendShapeBlink.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bcd28a29da3799a4b821b05222e38109
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Configurations/BlendShape/BlendShapeFacePart.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9a3c21af932fcda46af4d48df48eefb5
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Configurations/BlendShape/BlendShapeViseme.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a5613e84e39ecf1479e833adbe0ba236
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Configurations/BlendShapeConfiguration.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b50faffa2311fb246aa59c25eebd61f3
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Constants.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: feb09ba502888ae439f8765b4025489f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Constants/MimeType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0a80a8a36a096114ba0707c63b9eee1f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 07d6145eb3340b34eb745c915e38f3ce
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/ArrayConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ac94ebd8bc0c87344aaa25851e0134d8
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/Images.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 469c348db925f174b8313b505e14f7ae
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/Images/IImageConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fbdb58fd74ea3fa4c8e1597a475b4928
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/Images/ImageConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 22a98eec0391026488ec5db2c351a360
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/Textures.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 718f98b1155f1b6409e07328199cf583
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/Textures/ColorSpaceScope.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7a20fca794f9da64fb97aaebf118beb1
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/Textures/ITextureConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d80c0bb5be5866c4ca8904a2430c57b7
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/Textures/NormalMapConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bfda1794ad370f143883bdf4a0b2e97f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/Textures/OrmMapConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ca1864c34747482479725d4d7782c594
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/Textures/TextureConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 850387f85e71a9747abe828b5c8c04eb
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/Textures/TextureConverterBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 82ae6540986aa35439a4e476cbf146a0
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoAnimationClipConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 34d4646de82420b40b27302aab2e2ca2
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoAnimationConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e409874b2ce944b4d9f1d247002aedae
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoAnimationCurveConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e0b174335ef64e14d8f15523e7e6a723
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoAnimatorConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e265453beedc4f646ab1f6b32cb81abc
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoAvatarConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fa4e0ca93e1b7b04ab016ba3a948da24
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoBoundsConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7a7d6144e0615874e82dc43fcde0f6f0
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoClothConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f9e91257315d41444becf3220fb8c6e9
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoColliderConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e6a2f9558141335409278a4304f78823
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoGradientConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2bc59d0c6de92994ca6082aff6e7ee19
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoKeyframeConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6e80482128a11ce49bd57d5c7c20364d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoLightConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a28327e401d7fd94780a90a249ae3cc9
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoParticleSystemBurstConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ad6fc3ecd27553f42b107c2c5521b9f2
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoParticleSystemCustomDataConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f62aa0927718cb046acdc6a8f0666cb5
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoParticleSystemMinMaxCurveConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6a446738c69a1d841a274e77866f0bb0
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoParticleSystemMinMaxGradientConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8da10ee1faf883c4896879e5e3b142f4
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoPhysicMaterialConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2859f7444734e5045ab50858d2b1e19b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoRigidbodyConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 938c8e31b3aa76e40a623def9de56476
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Converters/VgoTransformConverter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d6adeb5ea2004dd468c7c5781a141c55
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Enums.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 23ea0a9e7a7370d4f8008f96f37b08be
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Enums/ImageType.cs:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------
2 | // @Namespace : UniVgo2
3 | // @Enum : ImageType
4 | // ----------------------------------------------------------------------
5 | #nullable enable
6 | namespace UniVgo2
7 | {
8 | /// Image Type
9 | public enum ImageType
10 | {
11 | /// image/jpeg
12 | JPEG = 1,
13 | /// image/png
14 | PNG = 0,
15 | /// image/webp
16 | WebP = 2,
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Enums/ImageType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dad2c500a86b00f4ca0db470db5ea265
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Enums/RenderPipelineType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1a89553932c0e11458fa4b5c8afe4423
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Enums/TextureWrapType.cs:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------
2 | // @Namespace : UniVgo2
3 | // @Enum : TextureWrapType
4 | // ----------------------------------------------------------------------
5 | #nullable enable
6 | namespace UniVgo2
7 | {
8 | ///
9 | public enum TextureWrapType
10 | {
11 | ///
12 | All,
13 | #if UNITY_2017_1_OR_NEWER
14 | ///
15 | U,
16 | ///
17 | V,
18 | ///
19 | W,
20 | #endif
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Enums/TextureWrapType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: eaa3f0b77cb168c408eb96d2242b0372
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Enums/VgoMaterialPropertyType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 322984b871d519848a06b375d403f1d4
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ab7dbcc20399e9046b60d009004fcc06
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/ArrayExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fba5bac63cac717489d30d7516afac25
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/ListExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 678143245b904f2488a8b3eb18bd6d27
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 79f57766257f38b46922ea0b9ade1f0a
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/MToonDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7135a1396c3f9514597d2d476266fb4a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/ParticleDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6466b20cfbdc97a4288a6f59949cba40
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/StandardDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bf06ccf296400b0419ca9094e661a6ae
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/StandardVColorDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f627a7f9b0b5e1842b527d3760ea9490
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/UniGltfDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c96f7051e6ecd364aacfbaa60e0b5efb
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/VgoMaterialMToon0xDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d87ef9d7ffe85f24aa5333ff400c957d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/VgoMaterialMToon10DefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a394fd590f57cd947b71db068341aa94
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/VgoMaterialSkyboxDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e5aeff80e0587af4aa2b6755fd37926e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/VgoMaterialStandardDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 04025e59ba8ebb54e9b3d4c78e40bb04
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/VgoMaterialStandardParticleDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 62a5cb5ed46b632489682c1bd52a649e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/VgoMaterialStandardVColorDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6d7e319a9893a4445b7eb03c7fdd105f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/VgoMaterialUniGltfUnlitDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 22891912a00023b42ad8eac71087a4a7
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/VgoMaterialUrpParticleDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: beb8381badbc56c4880fa16d0487b6cd
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/Materials/VgoMaterialUrpUnlitDefinitionExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a6497e14a44fa144ebf0bdf1e161e623
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/UnityColorExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2c5d03b4b25d61d4894e40850a3c05e8
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/UnityExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 63c593532142c3f448fea6082a75848a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/UnityGameObjectExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 94539f23493df16498f2b638d58126b7
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/UnityMaterialExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6daf5db48d36c8d43998edd6bb347660
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/UnityNumericsExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f109553321ff720469471eefe0f900d8
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/UnityTransformExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0257063cc0754cc41977a37707e7403a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Extensions/VgoMaterialExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fc5f5f35e0a8c5b428f34eefa9e7cb7f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e5bb64e2bb1cea949957e59571e4e50f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/BlendShapeConfig.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 77e26c37433c2294eaf3adbdad55eab0
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/BlendShapeContext.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2eb8391005c706b40965ca009d493952
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/BlendShapesContext.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 60e8faafe013301419ebd60c6cabeaa9
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/ExportMeshRendererAsset.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6cec7cc8f61b0f643b4b62bc30c9a8c5
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/ExportModelAsset.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6e214ea035a14ad48ab95e99e8170555
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/ImageInfo.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 746701ba951e64d4a8ca3abd605a66b9
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/Interfaces.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 227fa4e6e78176349a11550ae487bfae
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/Interfaces/IVgoModelAsset.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bce4cbe826e91e74d84792d805030126
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/MToon10Definition.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3b8d04ff127cb444ea7b0a34f2595436
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/MeshAsset.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d6e0acbcdbc76ef4995867c32c30990e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/MeshContext.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fad2bf74375344747b0ec2863a01f134
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/ParticleSystemAsset.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f560c6d4aaf3a47458886bfe27a782a3
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/UniGltfUnlitDefinition.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2c3d5480ab7c6524a916c4bfd11b2602
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Models/VgoModelAsset.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dd0e019e6501df648bf62038af284cc4
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Options.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 17ccfa315bf504d4baae670c1d9c616f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Options/MeshExporterOption.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7ca78b32a28f9974dbb064d5af82d275
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Options/MeshImporterOption.cs:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------
2 | // @Namespace : UniVgo2
3 | // @Class : MeshImporterOption
4 | // ----------------------------------------------------------------------
5 | #nullable enable
6 | namespace UniVgo2
7 | {
8 | ///
9 | /// Mesh Importer Option
10 | ///
11 | public class MeshImporterOption
12 | {
13 | /// Whether import tangents.
14 | public bool ImportTangents { get; set; } = false;
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Options/MeshImporterOption.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8b781000ce132984d9b8bf0eb4c7305d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Options/VgoExporterOption.cs:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------
2 | // @Namespace : UniVgo2
3 | // @Class : VgoExporterOption
4 | // ----------------------------------------------------------------------
5 | #nullable enable
6 | namespace UniVgo2
7 | {
8 | ///
9 | /// VGO Exporter Option
10 | ///
11 | public class VgoExporterOption
12 | {
13 | /// Mesh exporter option.
14 | public MeshExporterOption MeshExporterOption { get; set; } = new MeshExporterOption();
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Options/VgoExporterOption.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: eccb19b9f8c908541a3b5bf352f54778
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Options/VgoImporterOption.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 22d35bf1c6fa1cc49a5615ff61d0ff4b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 690387f89d811bc408250e155dd99d91
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9c38c8021439e7249811eba1a681e045
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces/IMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5d266ec263668c74488a16ab77afccc8
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces/IMaterialPorterStore.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2aa2ee036f415264bbe8c48b7424cc61
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces/IVgoExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a7c7249f7a095b648b1fef03b41abc00
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces/IVgoImporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7871ae12f342a62419df501e9800cab4
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces/IVgoMaterialExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e0639cd53e30297458d46360ad31b406
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces/IVgoMaterialImporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2064e1a0817aa6d4a88f9e1345097c1d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces/IVgoMeshExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 31ed09ebe8cb3be47ada5be9d786d3d5
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces/IVgoMeshImporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 424800728e1668f49ac19b99dcfadc69
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces/IVgoParticleSystemExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 079541dc0cdfaa54ca79aa7a1cee35e9
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces/IVgoParticleSystemImporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fc74266273b55ed4da73f6c9efebcb46
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces/IVgoTextureExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 71499d20ba0ca8145b4ef1d23d9ae86e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Interfaces/IVgoTextureImporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a2682330d6c85f444a571d924d62a171
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1d6f6b9e54cee9d42b0aaa358e6f215f
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/AbstractMaterialPorterBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: abadb1328b2848f4297c574b0a1a7c43
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/HdrpMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2ad3055a1c409d0419470fb103655a0f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/LilToonMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1edc14855827c654aa54acd494419154
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/Mtoon10MaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b8ddba097fce3f5449030137c395b476
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/MtoonMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 924126b694c359e459a98cd987ef6731
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/NovaMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: afeca12db2fe70b41b51cd2601473424
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/ParticleMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 955d442b2a674ab4289b51b201e5ee79
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/SkyboxMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e0964824049f626459b014a46d979acd
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/StandardMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c570fe41ed26e7647902fc234fb89c2a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/StandardVColorMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 83476d7a49a4e2c46bd84f3ea0362d04
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/UnlitMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 14d99067fc2afa54dab73874d140de60
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/UrpMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d61fee23b542691408deb20fcccca94d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/UrpMtoon10MaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c6ad974bf2f2d11499468bada1babd04
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/UrpParticleMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3982edac87df0df409c94c4858f3f8c6
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/VgoMaterialPorter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9d32c043f5251264c9a4e1c6154ff4c4
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Materials/VgoMaterialPorterStore.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b600a31c3f745e24a97260db0d1be39f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Meshes.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b2e3698cd45055a4f8a3d63ee2ef67de
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Meshes/VgoMeshExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b77f5125ad1edfb4995c401bb791178d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Meshes/VgoMeshImporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dd6d1bd4ea0bd9c4a9749d383c73a0c2
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/ParticleSystems.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f39f6a27b9a867e45af890426b102c59
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/ParticleSystems/VgoParticleSystemExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7d21717d20bc9334c81e9a0de441d643
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/ParticleSystems/VgoParticleSystemImporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1b3596ab222367a4bb27a4b8951f40f8
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Textures.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: db297f38dbb000544a25113c75cf2008
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Textures/VgoTextureExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d87723d96a8bde5489b5db0c96b772bd
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/Textures/VgoTextureImporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: cb78677ce967bb6418ff6d66d3f25115
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/VgoExporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ac1c1261dd9bd37438845c2c8d2528ce
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/VgoImporter.Internal.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d3885837035a81346b9bb651fbb1db6b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Porters/VgoImporter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a9f36e34b5294f94b85ae6594d6c8ed5
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Shaders.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e001277ccec6d024d9a2279a7b4556f1
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Shaders/IShaderStore.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f5b9abd528703e34a98213e8ee67a225
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Shaders/ShaderName.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 98cdde39dbb652843aabb42706d910c6
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Shaders/ShaderStore.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 945a932ed40967745a90f00c489281cb
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/UniVgo2.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2bacf539badab984ea7b49c8649fa947
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Vgo.cs:
--------------------------------------------------------------------------------
1 | // ----------------------------------------------------------------------
2 | // @Namespace : UniVgo2
3 | // @Class : Vgo
4 | // ----------------------------------------------------------------------
5 | #nullable enable
6 | namespace UniVgo2
7 | {
8 | ///
9 | /// VGO
10 | ///
11 | public class Vgo
12 | {
13 | /// Generator
14 | public const string Generator = "UniVGO";
15 |
16 | /// Specification Version
17 | public const string SpecVersion = "2.5";
18 | }
19 | }
--------------------------------------------------------------------------------
/UniVgo2/Runtime/Vgo.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c539c67b17844604d8ed5fae1d9b7f4b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/UniVgo2/Runtime/VgoVersion.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e7f9669d1e1703844be4d6ab5ef32b6e
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/package.json.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 32dbb98ca58762d4fbe176d3abfe6654
3 | PackageManifestImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------