Inventool Initializer

Initialize Inventool without code.

This component simply initializes Inventool on awake. Initialization is required for Inventool to work properly at runtime.

You can also initialize Inventool through code.

Properties

Name
Description

Player Transform

The transform of the player. This is useful for item dropping and merchant interaction, as those features require a reference to the player transform.

Main Camera

The main camera. Required for item drop billboarding. If you're not planning on using that, then there is no need to set this.

Terminate On Destroy

If the connection to Inventool's database should be terminated when this object is destroyed. Reinitialization may be required before working with Inventool's API after termination.

Terminate On Quit

If the connection to Inventool's database should be terminated on quit.

Dont Destroy On Load

If this object should not be destroyed when the scene is unloaded.

Last updated