Enum LogCode
Predefined message code
Namespace: GLTFast.Logging
Syntax
public enum LogCode : uint
Fields
| Name | Description | Value |
|---|---|---|
| None | No or unknown log code. |
0 |
| AccessorAttributeTypeUnknown | Unknown GLTFAccessorAttributeType |
1 |
| AccessorInconsistentUsage | Inconsistent accessor usage |
2 |
| AccessorsShared | glTF file uses certain vertex attributes/accessors across multiple meshes! This may result in low performance and high memory usage. Try optimizing the glTF file. |
3 |
| AnimationChannelNodeInvalid | Animation channel has invalid node id |
4 |
| AnimationChannelSamplerInvalid | Animation channel has invalid sampler id |
5 |
| AnimationFormatInvalid | Invalid animation format |
6 |
| AnimationTargetPathUnsupported | Unsupported animation target path |
7 |
| BufferLoadFailed | Download buffer failed |
8 |
| BufferMainInvalidType | Invalid main buffer type |
9 |
| ChunkJsonInvalid | Invalid JSON chunk |
10 |
| ChunkIncomplete | Incomplete chunk |
11 |
| ChunkUnknown | Unknown chunk type |
12 |
| ColorFormatUnsupported | Unsupported color format |
13 |
| Download | Download failed |
14 |
| EmbedBufferLoadFailed | Loading embed buffer failed |
15 |
| EmbedImageInconsistentType | Inconsistent embed image type |
16 |
| EmbedImageLoadFailed | Loading embedded image failed |
17 |
| EmbedImageUnsupportedType | Unsupported embed image format |
18 |
| EmbedSlow | JSON embed buffers are slow! consider using glTF binary |
19 |
| ExtensionUnsupported | glTF extension is not supported |
20 |
| ExportImageFailed | Image could not get exported |
21 |
| GltfNotBinary | Not a glTF-binary file |
22 |
| GltfUnsupportedVersion | Unsupported glTF version |
23 |
| HierarchyInvalid | Invalid hierarchy |
24 |
| ImageConversionNotEnabled | Support for Jpeg/PNG texture decoding/encoding is not enabled |
25 |
| ImageFormatUnknown | Unknown image format |
26 |
| ImageMultipleSamplers | Have to create copy of image {0} due to different samplers. This is harmless, but requires more memory. |
27 |
| IndexFormatInvalid | Invalid index format |
28 |
| JsonParsingFailed | Parsing JSON failed |
29 |
| MaterialTransmissionApprox | Chance of incorrect materials! glTF transmission is approximated when using built-in render pipeline! |
30 |
| MaterialTransmissionApproxUrp | Chance of incorrect materials! glTF transmission is approximated. Enable Opaque Texture access in Universal Render Pipeline! |
31 |
| MeshBoundsMissing | No bounds for mesh {0} => calculating them. |
32 |
| MeshNotReadable | Skipping non-readable mesh |
33 |
| MissingImageURL | Image URL missing |
34 |
| MorphTargetContextFail | Retrieving morph target failed |
35 |
| NamingOverride | Overriding naming method to be OriginalUnique (animation requirement) |
36 |
| PackageMissing | A certain package needs to be installed in order to support a specific glTF extension |
37 |
| PrimitiveModeUnsupported | Primitive mode is untested |
38 |
| RemapUnsupported | Remap is not fully supported |
39 |
| ShaderMissing | Shader is missing. Make sure to include it in the build. |
40 |
| SkinMissing | Skin missing |
41 |
| SparseAccessor | Sparse Accessor not supported |
42 |
| TextureDownloadFailed | Download texture failed |
43 |
| TextureInvalidType | Invalid texture type |
44 |
| TextureLoadFailed | Texture not loaded |
45 |
| TextureNotFound | Texture not found |
46 |
| TopologyPointsMaterialUnsupported | Could not find material that supports points topology |
47 |
| TopologyUnsupported | Unsupported topology |
48 |
| TypeUnsupported | Unsupported type |
49 |
| UnityWebRequestTextureNotEnabled | Support for direct Jpeg/PNG texture download is not enabled |
50 |
| UVLimit | Only eight UV sets will get imported |
51 |
| UVMulti | UV set index is not supported in current render pipeline |
52 |