Anton
Anton
Unity changed styles names so In unity 2022 dropdown doesn't work. [link](https://github.com/Unity-Technologies/InputSystem/pull/1730/files) Closes https://github.com/SolidAlloy/SolidUtilities/issues/8
Unity changed styles names so In unity 2022 dropdown doesn't work. [link](https://github.com/Unity-Technologies/InputSystem/pull/1730/files )
It's weird when I call _client.ListLeaderboardRecordsAroundOwnerAsync from the client and the response only contains Records, not OwnerRecords, even if the player has them. I have to do a foreach in...