Threeyes
Threeyes
Problem: If an Item is not downloaded, you can't get it's total size. Solution suggested: Expose SteamUGCDetails_t.FileSize property.
```C# public class Parent : ScriptableObject { [Button] public virtual void Button() { Debug.Log("Parent"); } } [CreateAssetMenu(menuName = "Test/Son")] [System.Serializable] public class Son : Parent { public override void Button()...
Unity version:2021.3.0LTS https://user-images.githubusercontent.com/13210990/163353243-5001fd46-3e49-4760-9a4d-ad62dc056282.mp4
Hi, When I build to Android Platform, it can't detect Input such as "Input.GetKey(KeyCode.JoystickButton0)", will ViveInput.cs provide such method? Thanks! By the way, After checking the Logcat, I can see...
We use Assembly Definition in every project, however, in order to use ViveInputUtility, we have to define tons of .asmdef Files, because it put Editor Scripts files everywhere, can you...
The origon code as following, which will always get the wrong answer: ``` protected bool Equals(Combination other) { return TriggerKey == other.TriggerKey && Chord.Equals(other.Chord); } ``` Add a pair of...
The following errors were often reported during building, and approximately four times were required to build successfully. ```c# Shader error in 'Hair/Default/HairMaterialDefaultLitBuiltin': 'UnitySetupInstanceID': no matching 1 parameter function at line...