Setup Instructions


  1. Add config files at root

    You need to add 2 files .npmrc and .upmconfig.toml respectively at your root folder make sure when you add them to root folder put a dot(.) at the start of the file name so that OS will consider then as hidden files (path to root folder for Mac OS users/<your user-name>) (path to root folder for Windows c:/users/<your user-name>) place the both file there

    NOTE MS packages are not public and you need proper authentication to access and use the packages.

  2. Add Mindstorm’s UPM Registry:

    Screenshot 2025-09-05 at 6.36.04 PM.png

  3. Add Packages from Mindstorm’s Registry:

    1. In Unity, navigate to Window > Package Manager.
    2. Select My Registries from the dropdown menu in the Package Manager.
    3. Browse through the list of available packages and select from Mindstorm Studios
    4. Select the Mindstorm Analytics package and click Install

Screenshot 2025-10-22 at 1.24.43 PM.png


Quick Start

void PostMaxInit()
{
	..........

	InitAdjust();
	MA.ReleaseEvents();

	..........
}
using MindstormStudios.Analytics;

.......

MA.PowerUpUsed(name, additionalData);

Events

using MindstormStudios.Analytics;

.......

MA.CustomEvent("My_Custom_Event_Name", additionalData);

Global Parameters