Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

UnityExplorer: Difference between revisions

From Kerbal Space Program 2 Modding Wiki
Spacewarp>Falki
Moved release link to point to KSP2Community and add that it's available on CKAN also
m 3 revisions imported
 
(No difference)

Latest revision as of 17:46, 9 October 2024

🔍 Unity Explorer is an in-game UI for exploring, debugging and modifying KSP2 (and other Unity games).

Get it here: https://github.com/KSP2Community/UnityExplorer/releases (also available on CKAN)[edit | edit source]

Mod is forked from original work by sinai - https://github.com/sinai-dev/UnityExplorer - version 4.9.0

Features:[edit | edit source]

Object Explorer[edit | edit source]

Use the Scene Explorer tab to traverse the active scenes, as well as the DontDestroyOnLoad and HideAndDontSave objects.

Use the Object Search tab to search for Unity objects (including GameObjects, Components, etc), C# Singletons or Static Classes.

Inspector[edit | edit source]

Used to see detailed information on objects of any type and manipulate their values, as well as to inspect C# Classes with static reflection.

C# console[edit | edit source]

Uses the Mono.CSharp.Evaluator to define temporary classes or run immediate REPL code

KSP2 addition[edit | edit source]

Press "Lock" to disable game input when you type in stuff, so you don't accidently trigger throttle or time warp:


File:UnityExplorerForKSP2 4.9.1.png