NoveltyML reference > Resources > Script

<Script>
Inherits from <Resource>.

Creates a script resource.

See also: About scripts.

Attribute Description Type
source [Required] Filename of script source String

Child tags Description Count
<Meta> Meta information
1


Inherited from <Resource>

Attribute Description Type
name [Required] Unique name for this resource String
hidden Don't show in asset browser. Boolean


NoveltyML sample
<Script name="My script" source="Assets/Scripts/My script.txt" />
	


Back to top