-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.69 KB
/
package.json
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
31
{
"name": "com.nowsprinting.blender-like-sceneview-hotkeys",
"description": "Select the viewing direction for a SceneView with the Blender-like hotkeys.\n\nIf your keyboard without a numpad, open preferences... | Blender-like SceneView Hotkeys, and turn on `Emulate Numpad`.\nHowever, in the Unity Editor, already assigned the `2` key. If you are using Unity 2019 or later, you can change the assignment with Shortcuts Manager.\n\nBlenderと同じホットキーでSceneViewの視線方向を切り替えられます。\n\nテンキーが無い場合は、Preferences... | Blender-like SceneView Hotkeys を開き、`Emulate Numpad`をonにすることでキーボードの数字キーで操作できます。\nただし、Unityエディタではすでに`2`キーに機能が割り当てられています。Unity 2019以降であれば Shortcuts Manager で割り当てを変更できます。",
"version": "0.2.3",
"author": "Koji Hasegawa <[email protected]> (https://github.com/nowsprinting)",
"changelogUrl": "https://github.com/nowsprinting/blender-like-sceneview-hotkeys/releases",
"dependencies": {
"com.unity.settings-manager": "1.0.3"
},
"displayName": "Blender-like SceneView Hotkeys",
"documentationUrl": "https://github.com/nowsprinting/blender-like-sceneview-hotkeys/blob/master/README.md",
"files": [
"Documentation~/",
"Editor/",
"Editor.meta",
"Tests/",
"Tests.meta",
"LICENSE.md*",
"package.json*",
"README*"
],
"keywords": [
"blender",
"hotkey",
"sceneview"
],
"license": "MIT",
"licensesUrl": "https://github.com/nowsprinting/blender-like-sceneview-hotkeys/blob/master/LICENSE.md",
"unity": "2018.3",
"unityRelease": "0f1"
}