UnityExplorer: Difference between revisions

From KSP 2 Modding Wiki
m (Format picture)
(Moved release link to point to KSP2Community and add that it's available on CKAN also)
 
Line 1: Line 1:
🔍 Unity Explorer is an in-game UI for exploring, debugging and modifying KSP2 (and other Unity games).
🔍 Unity Explorer is an in-game UI for exploring, debugging and modifying KSP2 (and other Unity games).


=== Get it here: https://github.com/Falki-git/UnityExplorer/releases ===
=== Get it here: https://github.com/KSP2Community/UnityExplorer/releases (also available on CKAN) ===
Mod is forked from original work by sinai - <nowiki>https://github.com/sinai-dev/UnityExplorer</nowiki> - version 4.9.0
Mod is forked from original work by sinai - <nowiki>https://github.com/sinai-dev/UnityExplorer</nowiki> - version 4.9.0



Latest revision as of 20:43, 28 December 2023

🔍 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)

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

Features:

Object Explorer

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

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

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

KSP2 addition

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