# People Playground Updates and Workshop - Product: People Playground (https://whatsnew.fyi/product/people-playground) - Vendor: mestiez - Date: 2026-02-06 - Original notes: https://store.steampowered.com/news/app/1118200/view/536626281230369457 - Permalink: https://whatsnew.fyi/product/people-playground/releases/2026-02-06-updates-and-workshop What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add Stack<>, Queue<>, and others to mod import list - **changed** — Trust cache now takes mod content hash into account - **changed** — Mods no longer auto-update and need to be manually approved if their contents have changed - **added** — Add various new security measures for mods - **changed** — Upgrade mod C# version to C# 9 - **added** — Include AssetBundles, PostProcessing, and Ceras in the mod assembly list - **added** — Add BeforeSpawn function that is called right after the object is instantiated - **changed** — Rename PerformMod to PerformAfterSpawn - **changed** — AfterSpawn can be null if BeforeSpawn is not, and vice versa Good morning, good afternoon, good evening, and good night everyone! ##### The incident I am not completely done with my confusing, disorganised, haphazardly assembled task list, but I've gotten far enough that I can finally reopen the Workshop without having anything to worry about. Please enjoy and I am genuinely sorry for having it closed for so long. I'm going to be paying close attention to the Workshop with my eyeballs. You might notice some changes in how the game works, and especially in how it deals with mods. First of all, mods no longer auto-update. They need to be manually approved if their contents have changed. This might cause some issues with mods that edit their contents during runtime. They have to be approved every time you load the game. This is something I have to address in collaboration with modders. This should be resolved at some point. The vast majority of mods work fine. Extra special thanks to **mishanya**, who has guided me and helped me directly with the mod loader throughout all of this. **What have we learnt from this?** - I have to pay more attention - Wow, I sure need more moderators - I can't do this on my own - I should've listened - Please be careful on the Steam Workshop ##### Updates The game has updated to 1.27.7, which provides important changes and improvements which are probably not all that exciting to most of you. ##### **[1.27.7] - February 6 2026** **Added** - Added Stack<>, Queue<>, and others to mod import list **Changed** - Trust cache now takes mod content hash into account - Mods no longer auto-update. They need to be manually approved if their contents have changed. ##### **[1.27.6] - February 4 2026** **Added** - Various new security measures for mods - Upgraded mod C# version to C# 9 - Included AssetBundles, PostProcessing, and Ceras in the mod assembly list - BeforeSpawn. This function is called right after the object is instantiated. **Changed** - Renamed PerformMod to PerformAfterSpawn. - AfterSpawn can be null if BeforeSpawn is not, and vice versa --- Thank you for reading.