If you just booted up Uraga’s new cozy simulation game only to find your upgraded tools missing and your clinic stripped bare, you are likely dealing with the career progress lost Tattoo Removal Simulator bug. Because the game launched on June 1, 2026, without Steam Auto-Cloud support properly configured for App ID 3143910, many players are discovering that their studio management data doesn't start where it ended. This issue primarily affects users who transitioned from the early access demo or those who closed the game abruptly during a save cycle. Fortunately, by navigating your local Unity engine temp files and understanding how the directory structure works, there are reliable workarounds to restore your erased save data and get back to erasing those regrettable ink choices.
Streaming Key-Art Card: Tattoo Removal Simulator coverauto_awesomeGenerate one like thisarrow_forward
Why the career progress lost Tattoo Removal Simulator Error Occurs
When indie developer Uraga officially released the game, they pushed a day-one update—specifically Depot 3143911—intended to be a "Progress save fix." Ironically, this patch altered how the Unity engine reads the globalgamemanagers and boot.config files on local drives.
Because Steam Auto-Cloud is not currently active for the title, the game relies entirely on local directories to track your studio progression. A desync happens when the game creates a temporary file during your session but fails to overwrite the master save upon exit. The Unity engine is notoriously finicky with temp files; if the application process is interrupted before the final memory write, the game defaults to the last known stable state or, worse, a completely blank slate.
This directory conflict means that the next time you load in, the game cannot locate your current save_main.dat. Instead of throwing a visible error code, it silently loads the default parameters. The result? You log back in to find your hard-earned advanced plasma technology replaced with the starter standard lasers, and your customized in-game radio system completely reset to the default stations.
Infographic: career progress lost Tattoo Removal Simulator directory flowauto_awesomeGenerate one like thisarrow_forward
What Exactly Disappears During a Save Wipe?
Understanding the scope of the bug helps in diagnosing whether you have experienced a minor rollback or a total progression wipe. The game tracks three distinct pillars of progress: hardware upgrades, narrative flags, and studio aesthetics.
When the bug strikes, the rollback is usually comprehensive:
- Hardware Downgrades: Players spend hours grinding income to upgrade from standard lasers to advanced plasma technology. The standard lasers overheat quickly and struggle with dense color pigments. Losing the plasma tech means returning to tedious, multi-pass sessions.
- Narrative Amnesia: Every client comes with a unique story. The game tracks your interactions with clients who have "symbols of once-eternal love" or "jokes that didn't age gracefully." A wiped save forces you to re-listen to the same dialogue and re-erase the exact same tattoos, breaking the cozy immersion.
- Studio Customization: The in-game radio system, which players can tune and upgrade to access different ambient tracks, reverts to its default state. Any cosmetic changes made to your small studio tucked inside the bustling city are undone.
Analysis Report Poster: Studio progression data lossauto_awesomeGenerate one like thisarrow_forward
How to Recover from the career progress lost Tattoo Removal Simulator Bug
Your studio progression isn't completely gone; it is simply hiding in an unlinked directory. To retrieve your missing upgrades, you need to manually replace the active save file with your local backup. We have broken down the steps for both Windows PC and the Steam Deck.
For Windows PC Users:
- Locate the Steam Userdata Folder: Navigate to
C:\Program Files (x86)\Steam\userdata\{YourSteam3AccountID}\3143910\remote\. This is where Steam attempts to hold local data for the game, even without Auto-Cloud. - Check the LocalLow Directory: Press Win + R, type
%appdata%, and navigate back one folder toAppData\LocalLow\Uraga\Tattoo Removal Simulator\. This is Unity’s default local storage path. - Identify the Backup: Look for a file named
save_backup.dator a.bakfile with a timestamp matching your last successful session (the one where you still had your advanced plasma technology equipped). - Rename and Replace: Delete the corrupted
save_main.dat(which likely shows a much smaller file size) and rename your backup file tosave_main.dat. - Relaunch the Game: Boot up the title. Your studio income and client progress should be fully restored.
For Steam Deck / Linux Users: Because the game runs via Proton, the save files are nested deep within the compatdata folder.
- Switch to Desktop Mode.
- Open Dolphin File Manager and enable "Show Hidden Files."
- Navigate to
~/.local/share/Steam/steamapps/compatdata/3143910/pfx/drive_c/users/steamuser/AppData/LocalLow/Uraga/Tattoo Removal Simulator/. - Follow the same rename-and-replace process outlined above.
Transitioning from the Demo: The "4th Job" Conflict
A massive subset of players experiencing this issue are those who played the pre-release demo. The demo famously cuts off right after the "4th job in demo end" screen. When players purchased the full 1.0 release on June 1, they expected their progress to carry over seamlessly.
However, the demo stored its files in a slightly different temporary directory. When the full game launches, it attempts to read the demo's globalgamemanagers file, encounters a version mismatch, and panics—resulting in the save loop.
If you are stuck at the 4th job transition, do not rely on the game to import your save automatically. You must manually copy your demo save file, paste it into the new LocalLow\Uraga directory, and verify the file integrity through Steam before launching the full game. This forces the engine to re-index the narrative flags, allowing you to finally progress to the 5th client and their "mistakes that refused to stay in the past."
Preventing the career progress lost Tattoo Removal Simulator Issue
Until Uraga deploys a permanent hotfix that fully enables Steam Auto-Cloud, you must manage your studio exits carefully. The game’s cozy atmosphere encourages a relaxed pace, but its save architecture requires precision.
Players have pinpointed a specific trigger for the wipe: the end-of-shift pause animation. When you finish a session, the game takes a few seconds to calculate your income and update the narrative flags for the client. If you use Alt+F4 or force-quit the application during this transition, the Unity engine leaves the temp file orphaned.
To ensure your data writes correctly:
- Always holster your advanced plasma technology and step away from the client chair.
- Walk over to the main terminal and manually click the "Close Studio" button.
- Wait for the in-game radio system to click off—this is a reliable audio cue that the background save has completed.
- Periodically copy your
save_main.datto a separate folder on your desktop as a manual backup.
Annotated Diagram: Safe exit proceduresauto_awesomeGenerate one like thisarrow_forward
Frequently Asked Questions (FAQ)
Does the June 1 update erase existing data permanently?
No. The Depot 3143911 patch caused a directory desync, but it rarely deletes the actual backup files. As long as you navigate to the LocalLow folder, you can usually recover your data.
Will Uraga add Steam Auto-Cloud support? The developer is actively monitoring community feedback. Given the high volume of complaints regarding missing saves, it is highly likely that proper Auto-Cloud integration will be added in an upcoming patch, replacing the current local-only system.
Why did my tools downgrade but my money stayed the same?
This is a known quirk of the Unity engine's saving sequence. Income is saved to the globalgamemanagers file instantly upon job completion, while inventory states (like owning the advanced plasma technology) are written to save_main.dat during the exit sequence. If the exit sequence is interrupted, your money saves, but your tools do not.
Sources
- SteamDB: App ID 3143910 Configuration and Depot 3143911 Patch Notes (June 2026).
- Uraga Studio: Official Steam Community Hub announcements and developer updates.
- Player Feedback: Steam General Discussions regarding the "4th job in demo end" cutoff and advanced plasma technology desyncs.