-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 1.38 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
32
{
"name": "com.unity.terrain-tools",
"displayName": "Terrain Tools",
"version": "5.1.2",
"unity": "2023.1",
"unityRelease": "0a25",
"description": "The Terrain Tools package adds additional Terrain sculpting brushes and tools to Unity. This add-on toolset is suitable if you require more control over the appearance of your Terrain, and want to streamline Terrain workflows. It’s also useful when you want to make more complex-looking Terrain, or author Terrain Texture data in external digital content creation tools.",
"dependencies": {
"com.unity.modules.terrain": "1.0.0",
"com.unity.modules.terrainphysics": "1.0.0"
},
"keywords": [
"Terrain",
"Brush",
"Toolbox",
"Mask",
"Filter",
"Noise"
],
"_upm": {
"changelog": "### Changed:\n- Updated version to 5.1.2\n\n### Fixed:\n- Removed unecessary .meta file\n- Fixed warnings about deprecated APIs.\n- Fix issue where IsPowerOfTwo returns true for negative ints\n- Test for IsPowerOfTwo is updated to check up to 2^30 and includes negative cases"
},
"upmCi": {
"footprint": "686b1ce52e81864417fbfbe73aa1f771605ce952"
},
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.terrain-tools@5.1/manual/index.html",
"repository": {
"url": "https://github.com/Unity-Technologies/TerrainTools.git",
"type": "git",
"revision": "e43b07b66fa36045729d62c0c6a845159b167257"
}
}