


This mod is designed to allow use any screen available in current PC to show other mods information. It also allows creating a new overlay over the game screen, both integrated with game and as a new separated layer (as it was an extra screen).
Modders can take advantage from this mod to create complexes UI, like report tables, map drawings or advanced mod setups.
This mod is just a platform for other mods, it does almost nothing in the game alone.
Check the base react project at my GitHub to get instructions about how to create a new frontend application into EUIS.
Soon will be available a base project for creating mods windows over the vanilla UI keeping the interactivity with vanilla UI.
Also there will have a way to add simple buttons to toggle tools in the vanilla UI in a dock group - like Unified UI (UUI) used to do in CS1. The mod window over vanilla UI explained above also will generate a button there.
Detailed tutorials soon!
Cities Skylines 2 uses Coherent UI to emulate a simplified version of Chromium to render the game UI, so not all common web features are available to use in game UI. For more information check the Coherent UI documentation
Since it's a very complex mod, it may cause issues in the game due their early stage of development. However, by the nature of this mod it's very unlikely it to break after game updates - but watch out the mods that may be using this mod as UI platform because they may be sensible to game updates.