-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.pflowr.unirate",
"displayName": "UniRate",
"version": "3.0.1",
"unity": "2018.3",
"description": "A great solution to manage frame rate and rendering interval to save device power, especially on mobile platforms.\nYou can control the update rate, fixed update rate and render interval (Unity 2019.3 or newer) from everywhere in your code without worrying about multiple requests, UniRate will take care of all of them for you.",
"author": {
"name": "Renan Wolf Pace",
"url": "https://github.com/renanwolf"
},
"keywords": [
"unirate",
"fps",
"framerate",
"frame",
"rate",
"render",
"interval",
"renderinterval",
"battery"
]
}