Support for hand tracking
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user