Skip to content

Profiling mods

ZeinaKC edited this page May 3, 2026 · 7 revisions

Written by Marioalexsan
You will need to have Unity Editor 2022.3.62f2 installed, and a project of any kind available (a blank project will do).

Creating the Profiler

To profile the game, you will first need to switch to the debug mode runner. The steps to do that are:

  1. Go to ATLYSS's install path, and backup your current ATLYSS.exe and UnityPlayer.dll - for example into an UnityReleasePlayer folder.
  2. Go to your Unity Editor install path, for example D:\Program Files\Unity Editors\2022.3.62f2\Editor.
  3. Go to Data\PlaybackEngines\windowsstandalonesupport\Variations\win64_player_development_mono.
  4. Copy WindowsPlayer.exe and UnityPlayer.dll into ATLYSS's install path, and rename WindowsPlayer.exe into ATLYSS.exe.
  5. Go to ATLYSS's install path, then to ATLYSS_Data/boot.config.
  6. Add player-connection-debug=1 as a new line to the configuration.
  7. (Optional) Backup the debug mode runner (i.e. the renamed ATLYSS.exe, UnityPlayer.dll and the modified boot.config) into a separate folder like UnityDebugPlayer for easy access - Steam will try to replace the runner whenever the game updates, so you'll have to repeat these steps whenever that happens.

Starting the Profiler

You should now be able to connect a debugger (VS / Rider) or a profiler to the game when it runs. To start the profiler:

  1. Open Unity Editor with any project (for example a blank project).
  2. Go to Window => Analysis => Profiler (Standalone Process); this will launch the profiler in a separate window.
  3. Launch the game.
  4. In the profiler's target selection next to the record button, select Local => WindowsPlayer => the game instance identified by the device name, local IP and port.
  5. Stop / start again the recording by pressing Record.

Clone this wiki locally