Facepunch / Facepunch.Steamworks

Another fucking c# Steamworks implementation
MIT License
2.92k stars 350 forks source link

Steamworks.Ugc.Item.Owner.Name returning unknown #464

Closed bobandfriends closed 5 months ago

bobandfriends commented 4 years ago

When querying workshop items, Steamworks.Ugc.Item.Owner is returning "Unknown" for the name unless the user that uploaded the workshop content is the currently logged in user (you) or a user on your friends list. Is there a way to query the author of a Workshop item from random users or is the unknown result intended behavior?

Arugin commented 3 years ago

Hello. I am getting [unknown] too

Arugin commented 3 years ago

Got it, You need to call item.Owner.RequestInfoAsync() to get the name. I think this issue can be closed.