We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681fe6d commit 89732edCopy full SHA for 89732ed
README.md
@@ -43,7 +43,6 @@ this.myCustomModule = { ... }
43
44
### Tracking progression
45
```js
46
-// Loading progression
47
<Unity ... onProgress={ this.onProgress } />
48
onProgress (progression) {
49
console.log (`Loading ${(progression * 100)} % ...`)
0 commit comments