Class AssetInfo
ScriptableObject containing metadata and URLs for an NWH asset. Used by the welcome window and asset information systems.
Namespace: NWH.Common.AssetInfo
Assembly: NWH.Common.dll
Syntax
[CreateAssetMenu(fileName = "AssetInfo", menuName = "NWH/AssetInfo", order = 0)]
public class AssetInfo : ScriptableObject
Fields
| Edit this page View SourceassetName
Display name of the asset.
Declaration
public string assetName
Field Value
| Type | Description |
|---|---|
| string |
assetURL
Unity Asset Store URL for this asset.
Declaration
public string assetURL
Field Value
| Type | Description |
|---|---|
| string |
changelogURL
URL to the changelog documentation page.
Declaration
public string changelogURL
Field Value
| Type | Description |
|---|---|
| string |
discordURL
Discord server invite link for support and community.
Declaration
public string discordURL
Field Value
| Type | Description |
|---|---|
| string |
documentationURL
URL to the main documentation page.
Declaration
public string documentationURL
Field Value
| Type | Description |
|---|---|
| string |
emailURL
Support email contact link.
Declaration
public string emailURL
Field Value
| Type | Description |
|---|---|
| string |
forumURL
Unity Forum thread URL for this asset.
Declaration
public string forumURL
Field Value
| Type | Description |
|---|---|
| string |
publisherURL
NWH publisher page URL on Unity Asset Store.
Declaration
public string publisherURL
Field Value
| Type | Description |
|---|---|
| string |
quickStartURL
URL to quick start guide documentation.
Declaration
public string quickStartURL
Field Value
| Type | Description |
|---|---|
| string |
recentUpdates
Recent updates/changes in the current version (3-5 bullet points).
Declaration
[TextArea(3, 10)]
public string[] recentUpdates
Field Value
| Type | Description |
|---|---|
| string[] |
upgradeNotesURL
URL to upgrade notes between versions.
Declaration
public string upgradeNotesURL
Field Value
| Type | Description |
|---|---|
| string |
version
Current version string of the asset.
Declaration
public string version
Field Value
| Type | Description |
|---|---|
| string |