Added samples for burst and entities
This commit is contained in:
parent
2a354e7da5
commit
c1e7044561
25 changed files with 840 additions and 3 deletions
15
package.json
15
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "com.module.navigationtool",
|
||||
"version": "1.9.5",
|
||||
"version": "1.10.0",
|
||||
"displayName": "Module.NavigationTool",
|
||||
"description": "Support for navigation tools, like favorites, history and toolbars",
|
||||
"unity": "2019.2",
|
||||
|
|
@ -19,5 +19,16 @@
|
|||
"email": "anders@ejlersen.info",
|
||||
"url": "https://www.ejlersen.info"
|
||||
},
|
||||
"_fingerprint": "06420f1ad404ea844ae5d2f3a0a3f841703632f5"
|
||||
"samples": [
|
||||
{
|
||||
"displayName": "Entities Toolbar Sample",
|
||||
"description": "Displays a list of five buttons for show/hiding hierarchy, components, systems, archetypes and journaling window",
|
||||
"path": "Samples~/SamplesToolbarEntities"
|
||||
},
|
||||
{
|
||||
"displayName": "Burst Toolbar Sample",
|
||||
"description": "Displays a enable/disable burst compiler button",
|
||||
"path": "Samples~/SamplesToolbarBurst"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue