Greasy Fork is available in English.

Prodigy Tree Viewer

View gameobject trees within Prodigy.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey, Greasemonkey of Violentmonkey.

Voor het installeren van scripts heb je een extensie nodig, zoals {tampermonkey_link:Tampermonkey}.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Violentmonkey.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Userscripts.

Voor het installeren van scripts heb je een extensie nodig, zoals {tampermonkey_link:Tampermonkey}.

Voor het installeren van scripts heb je een gebruikersscriptbeheerder nodig.

(Ik heb al een user script manager, laat me het downloaden!)

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

(Ik heb al een beheerder - laat me doorgaan met de installatie!)

Maker
Hipposgrumm
Dagelijks aantal installaties
2
Totaal aantal installaties
2
Beoordelingen
0 0 0
Versie
1.0.0
Gemaakt op
19-04-2026
Bijgewerkt op
19-04-2026
Grootte
46,2 KB
Licentie
GPL-3.0
Wordt toegepast op

This script creates a way to view the gameobject tree in Prodigy Math Game.
Support is "present" for Prodigy English but mileage may vary; it didn't load for me on Firefox but last I checked seems to work fine on Chrome.
The Pet Race and Game Island modes are not supported as those are built in Unity, a completely different game engine.

Upon pressing the button in the top-left corner, you will be greeted with a pop-up window displaying the tree.
If you're using Firefox and the window pops up as a new tab, go to your settings and disable "Open links in tabs instead of new windows".

The tree can be navigated with the arrow keys. Toggling the selected object can be done quickly with the space bar.
Selecting an element provides access to the following data:

  • Class ID - A reference to the class, not very useful except for telling if two elements are (probably) of the same type.
  • Name - Name of the object; doesn't exist if the object doesn't have a name.
  • Is Active - Toggles the active/visible state of the object.
  • Transform
    • Position
    • Rotation - Can be displayed in degrees or radians (degrees by default).
    • Scale
    • Skew - Can be displayed in degrees or radians (degrees by default).
    • Pivot
  • Opacity - Defines how visible the object is; doesn't exist for some types of objects.

Any objects highlighted in yellow indicates that it has GameObject-like data attached. This is likely of little to no significance to user experience.

Note: Support for data for specific types (e.g. Sprite, Spine, etc) will be added in the future.