question

Dylan Hunt avatar image
Dylan Hunt asked

[RESOLVED] UpdateUserPublisherDataRequest not found (Unity SDK)

UpdateUserPublisherDataRequest cannot be found within unity

// UpdateUserPublisherData does not exist
UpdateUserPublisherData request = new UpdateUserPublisherData() 
{
	Data = {},
	Permission: "Public"
};

EDIT: Resolved - it's a shared type. I hovered over what the request asked for and found the type is UpdateUserDataRequest

apis
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

Correct, yes - sorry for the confusion. It is indeed a shared type, so using the UpdateUserDataRequest is the way to go.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.