-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 869 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "ca.tim-cstj.game-view-resetter",
"displayName": "Game View Resetter",
"version": "0.9.4",
"unity": "2022.3",
"description": "This Editor script resets the Game View (Aspect ratio 16:9, Scale 1, Low Resolution Aspect Ratios off).",
"documentationUrl": "https://github.com/JonathanTremblay/UnityGameViewResetter#readme",
"changelogUrl": "https://github.com/JonathanTremblay/UnityGameViewResetter#version-history",
"licensesUrl": "https://creativecommons.org/share-your-work/public-domain/cc0/",
"type": "tool",
"keywords": [
"Project",
"Game",
"Game View",
"Game Window",
"Reset",
"Resetter",
"Ratio",
"Editor",
"Tool",
"Mac",
"Windows"
],
"author": {
"name": "Jonathan Tremblay",
"email": "jtrembla@cstj.qc.ca",
"url": "github.com/JonathanTremblay"
},
"unityRelease": "5f1"
}