Closed qfoxb closed 1 year ago
Doing more research and testing in the development branch
Unable to get anything relating to gears or hats now, gonna keep working on it
This appears to be API related, not sure what's causing it
99% sure this is api related, see Line 165 of Web/Asset.cs
Confirmed. https://api.roblox.com/marketplace/productinfo?assetId=16630147 returns 404
so which api is now used?
Still working on it
Accessories now compile correctly on the development branch. This issue will be closed when the development branch is merged.
how bout avatars? do they compile properley, or they still need fixes?
They are still being worked on. They require more time than accessories because of Roblox's backend changes. Check on #18 for progress
public void Assemble(UserAvatar avatar) { if (avatar == null) { throw new ArgumentNullException(nameof(avatar)); }
// Check if other objects that are being used in the method are null and handle accordingly
// Assemble the avatar
// ...
}
?
Fixed by version 2.71!
Compiling Hats and gear is currently broken.