-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
22 lines (22 loc) · 1.31 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
{
"name": "com.unity.industrycse.productconfigurator",
"displayName": "Product Configurator",
"version": "1.5.3",
"unity": "2019.3",
"description": "This is a lightweight product configurator framework designed for Unity.\nIt empowers users to effortlessly create their own product configurator experiences within Unity environments. With a set of foundational classes, users can seamlessly expand and customize their configurators to suit their specific needs and preferences.\n\nCurrently, our framework supports visibility, material, and transform variants.\nThis means users can easily configure product options related to visibility (show/hide), material properties, and transformations (such as position, rotation, and scale). Whether you're building a simple configurator for basic products or a complex one with intricate customization options, our framework provides the flexibility and ease-of-use necessary to bring your vision to life",
"keywords": [
"product",
"configurator"
],
"samples": [
{
"displayName": "Standard Configuration Setup",
"description": "Shows how to implement a product configuration in the simplest form in URP.",
"path": "Samples~/Configurator"
}
],
"dependencies": {
"com.unity.cinemachine": "2.9.7",
"com.unity.inputsystem": "1.7.0"
}
}