Support for hand tracking

This commit is contained in:
tverona1
2020-05-02 19:29:40 -07:00
parent e13af7dc78
commit ddea5d2acd
16 changed files with 1663 additions and 374 deletions

View File

@@ -58,6 +58,7 @@ namespace QuestAppLauncher
return contentLength <= 0 ? 0 : Mathf.Clamp01((float)this.received / (float)contentLength);
}
[Obsolete]
protected override void ReceiveContentLength(int contentLength)
{
this.contentLength = contentLength;