Ramunator Games
Ramunator Games
can you test if this code works for you? ``` public async void GetItems() { if (SteamClient.IsLoggedOn) { SteamUserStats.StoreStats(); await SteamInventory.GetAllItemsAsync(); SteamInventory.LoadItemDefinitions(); StartCoroutine(UpdateSteamInventoryItems()); } } public IEnumerator UpdateSteamInventoryItems() { for...
Yeah i have no idea how to use that as well
Shouldnt there be some await inside the triggerVibration Func? Mine looks like this inside controller.cs public async Task TriggerVibration( ushort leftSpeed, ushort rightSpeed ) { SteamInput.Internal.TriggerVibration( Handle, leftSpeed, rightSpeed );...
Would you mind showing me a basic example you dont need to explain anything just the code you have in the dll and in you unity project. I really appreciate...
Hey gabriel, I fixed it by changing the code of the facepunch steamworks build and building it again I can share it with you on Friday or Saturday you can...