Prodigy Tree Viewer

View gameobject trees within Prodigy.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
Hipposgrumm
일일 설치 수
2
총 설치 수
2
평점
0 0 0
버전
1.0.0
생성일
2026-04-19
갱신일
2026-04-19
크기
46.2KB
라이선스
GPL-3.0
적용 사이트

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.