mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-06-03 00:58:13 -04:00
update ClassID
This commit is contained in:
parent
0359169802
commit
38f1f068d2
@ -53,6 +53,7 @@ namespace Unity_Studio
|
|||||||
{65, "BoxCollider"},
|
{65, "BoxCollider"},
|
||||||
{66, "SpriteCollider2D"},
|
{66, "SpriteCollider2D"},
|
||||||
{68, "EdgeCollider2D"},
|
{68, "EdgeCollider2D"},
|
||||||
|
{70, "CapsuleCollider2D"},
|
||||||
{72, "ComputeShader"},
|
{72, "ComputeShader"},
|
||||||
{74, "AnimationClip"},
|
{74, "AnimationClip"},
|
||||||
{75, "ConstantForce"},
|
{75, "ConstantForce"},
|
||||||
@ -62,6 +63,7 @@ namespace Unity_Studio
|
|||||||
{82, "AudioSource"},
|
{82, "AudioSource"},
|
||||||
{83, "AudioClip"},
|
{83, "AudioClip"},
|
||||||
{84, "RenderTexture"},
|
{84, "RenderTexture"},
|
||||||
|
{86, "CustomRenderTexture"},
|
||||||
{87, "MeshParticleEmitter"},
|
{87, "MeshParticleEmitter"},
|
||||||
{88, "ParticleEmitter"},
|
{88, "ParticleEmitter"},
|
||||||
{89, "Cubemap"},
|
{89, "Cubemap"},
|
||||||
@ -142,6 +144,8 @@ namespace Unity_Studio
|
|||||||
{184, "SubstanceArchive"},
|
{184, "SubstanceArchive"},
|
||||||
{185, "ProceduralMaterial"},
|
{185, "ProceduralMaterial"},
|
||||||
{186, "ProceduralTexture"},
|
{186, "ProceduralTexture"},
|
||||||
|
{187, "Texture2DArray"},
|
||||||
|
{188, "CubemapArray"},
|
||||||
{191, "OffMeshLink"},
|
{191, "OffMeshLink"},
|
||||||
{192, "OcclusionArea"},
|
{192, "OcclusionArea"},
|
||||||
{193, "Tree"},
|
{193, "Tree"},
|
||||||
@ -162,6 +166,7 @@ namespace Unity_Studio
|
|||||||
{214, "CachedSpriteAtlas"},
|
{214, "CachedSpriteAtlas"},
|
||||||
{215, "ReflectionProbe"},
|
{215, "ReflectionProbe"},
|
||||||
{216, "ReflectionProbes"},
|
{216, "ReflectionProbes"},
|
||||||
|
{218, "Terrain"},
|
||||||
{220, "LightProbeGroup"},
|
{220, "LightProbeGroup"},
|
||||||
{221, "AnimatorOverrideController"},
|
{221, "AnimatorOverrideController"},
|
||||||
{222, "CanvasRenderer"},
|
{222, "CanvasRenderer"},
|
||||||
@ -178,6 +183,8 @@ namespace Unity_Studio
|
|||||||
{233, "HingeJoint2D"},
|
{233, "HingeJoint2D"},
|
||||||
{234, "SliderJoint2D"},
|
{234, "SliderJoint2D"},
|
||||||
{235, "WheelJoint2D"},
|
{235, "WheelJoint2D"},
|
||||||
|
{236, "ClusterInputManager"},
|
||||||
|
{237, "BaseVideoTexture"},
|
||||||
{238, "NavMeshData"},
|
{238, "NavMeshData"},
|
||||||
{240, "AudioMixer"},
|
{240, "AudioMixer"},
|
||||||
{241, "AudioMixerController"},
|
{241, "AudioMixerController"},
|
||||||
@ -191,14 +198,29 @@ namespace Unity_Studio
|
|||||||
{250, "PointEffector2D"},
|
{250, "PointEffector2D"},
|
||||||
{251, "PlatformEffector2D"},
|
{251, "PlatformEffector2D"},
|
||||||
{252, "SurfaceEffector2D"},
|
{252, "SurfaceEffector2D"},
|
||||||
|
{253, "BuoyancyEffector2D"},
|
||||||
|
{254, "RelativeJoint2D"},
|
||||||
|
{255, "FixedJoint2D"},
|
||||||
|
{256, "FrictionJoint2D"},
|
||||||
|
{257, "TargetJoint2D"},
|
||||||
{258, "LightProbes"},
|
{258, "LightProbes"},
|
||||||
|
{259, "LightProbeProxyVolume"},
|
||||||
{271, "SampleClip"},
|
{271, "SampleClip"},
|
||||||
{272, "AudioMixerSnapshot"},
|
{272, "AudioMixerSnapshot"},
|
||||||
{273, "AudioMixerGroup"},
|
{273, "AudioMixerGroup"},
|
||||||
|
{280, "NScreenBridge"},
|
||||||
{290, "AssetBundleManifest"},
|
{290, "AssetBundleManifest"},
|
||||||
|
{292, "UnityAdsManager"},
|
||||||
{300, "RuntimeInitializeOnLoadManager"},
|
{300, "RuntimeInitializeOnLoadManager"},
|
||||||
{301, "CloudWebServicesManager"},
|
{301, "CloudWebServicesManager"},
|
||||||
|
{303, "UnityAnalyticsManager"},
|
||||||
|
{304, "CrashReportManager"},
|
||||||
|
{305, "PerformanceReportingManager"},
|
||||||
{310, "UnityConnectSettings"},
|
{310, "UnityConnectSettings"},
|
||||||
|
{319, "AvatarMask"},
|
||||||
|
{328, "VideoPlayer"},
|
||||||
|
{329, "VideoClip"},
|
||||||
|
{363, "OcclusionCullingData"},
|
||||||
{1001, "Prefab"},
|
{1001, "Prefab"},
|
||||||
{1002, "EditorExtensionImpl"},
|
{1002, "EditorExtensionImpl"},
|
||||||
{1003, "AssetImporter"},
|
{1003, "AssetImporter"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user