Achieve
I’m currently making an asset loader module, however midst making the module… I noticed something bizzare.
Issue
There is exactly 19 missing Asset Type Ids, click on the blue to view the AssetType page.
I went through and made a Table of all the assets, with how many there are missing and seeing as there’s 19 missing Id values; I wanted to see if anyone knew what these asset types were or if they’re hidden/deprecated Asset Types.
Question (TL;DR)
- Does anyone know what the missing Asset Type Ids are?,
- If yes to #1 then; What are the missing Asset Type Ids?,
Here is a list of every single asset Id with the Unknown AssetTypes in order.
local AssetTypes = {
"Image","TShirt","Audio","Mesh","Lua","Unknown1","Unknown2","Hat","Place","Model","Shirt","Pants","Decal","Unknown3","Unknown4","Unknown5","Head",
"Face","Gear","Unknown6","Badge","Unknown7","Unknown8","Animation","Unknown9","Unknown10","Unknown11","Torso","RightArm","LeftArm","LeftLeg","RightLeg","Package",
"Unknown12","GamePass","Unknown13","Unknown14","Unknown15","Plugin","Unknown16","MeshPart","HairAccessory","FaceAccessory","NeckAccessory","ShoulderAccessory",
"FrontAccessory","BackAccessory","WaistAccessory","ClimbAnimation","DeathAnimation","FallAnimation","IdleAnimation","JumpAnimation","RunAnimation","SwimAnimation",
"WalkAnimation","PoseAnimation","EarAccessory","EyeAccessory","Unknown17","Unknown18","EmoteAnimation","Video","Unknown19","TShirtAccessory","ShirtAccessory",
"PantsAccessory","JacketAccessory","SweaterAccessory","ShortsAccessory","LeftShoeAccessory","RightShoeAccessory","DressSkirtAccessory"}
The reason I ask
I plan to release my Asset Loader Module once it’s complete, if these missing AssetType Ids are something; I want to mark them down with their own folder and if not, I want to make sure to keep them as unknown.
Thank you in advance for any assistance you may provide.