npm.vanilla.plus Unity scoped package registry

vanilla.metascript

MetaScript โ€” MetaScript is a sequencing toolkit for serializing behaviour into your Unity scenes.

latest 5.4.8 47 versions token required

Install

# Unity: add the scoped registry, then Window > Package Manager > My Registries
# npm:
npm install vanilla.metascript --registry=https://npm.vanilla.plus

Dependencies

Readme

Vanilla Package Template

Vanilla Package Template is part of the Vanilla For Unity SDK.

Vanilla Package Template is a template for Vanilla Unity SDK packages.


Installation

Vanilla Plus packages are installed through Unity's Package Manager using a scoped registry. Open your Unity Project of choice and select:

> Edit menu > Project settings > Package Manager > Scoped Registries > Plus button

Then add:

name: Vanilla Plus url: http://35.231.76.113:4873/ Scopes: vanilla.plus


Usage

Pop example code markup below:

public class MyNewClass : MonoBehaviour 
{

	public Text tapCountText;

	void Start() => tapCountText = GetComponentDynamic<Text>(GetComponentStyle.InParent);

	void Update() 
	{
		if (!AnyTouchBegan()) return;

		Log("Can't you hear me knockin'?");
	}

}

Debugging

You can enable debugging for this package by including the keywords DEBUG and <PACKAGE_NAME_HERE> in the Unity Editor scripting define symbols.


Contributing

Please don't. I have no idea what a pull request is and at this point I'm too afraid to ask.

If you took this package personally, let me know.


Author

Lucas Hehir


License

The Unlicense

Versions

VersionPublishedDownload
5.4.8 latest 2024-07-03 tarball
5.4.7 2024-07-03 tarball
5.4.6 2024-07-03 tarball
5.4.5 2024-07-03 tarball
5.4.4 2024-07-03 tarball
5.4.3 2024-05-15 tarball
5.4.2 2024-05-09 tarball
5.4.1 2024-05-09 tarball
5.4.0 2024-05-09 tarball
5.3.3 2024-05-03 tarball
5.3.2 2024-05-01 tarball
5.3.1 2024-05-01 tarball
5.3.0 2024-05-01 tarball
5.2.7 2024-04-24 tarball
5.2.6 2024-04-23 tarball
5.2.5 2024-04-22 tarball
5.2.4 2024-04-22 tarball
5.2.2 2024-04-22 tarball
5.2.1 2024-04-16 tarball
5.2.0 2024-03-26 tarball
5.1.0 2024-03-22 tarball
5.0.0 2024-02-28 tarball
4.8.1 2024-02-13 tarball
4.8.0 2024-02-12 tarball
4.7.2 2023-12-22 tarball
4.7.1 2023-12-05 tarball
4.7.0 2023-12-04 tarball
4.6.1 2023-12-01 tarball
4.5.5 2023-11-29 tarball
4.5.4 2023-11-27 tarball
4.5.3 2023-11-27 tarball
4.5.2 2023-11-27 tarball
4.5.1 2023-11-27 tarball
4.5.0 2023-11-27 tarball
4.4.0 2023-11-16 tarball
4.3.0 2023-11-14 tarball
4.2.3 2023-11-09 tarball
4.2.2 2023-11-02 tarball
4.2.1 2023-11-01 tarball
4.2.0 2023-10-31 tarball
4.1.3 2023-10-31 tarball
4.1.2 2023-10-31 tarball
4.1.1 2023-10-31 tarball
4.1.0 2023-10-31 tarball
4.0.3 2023-10-24 tarball
4.0.2 2023-10-24 tarball
4.0.1 2023-10-24 tarball