This Office is a submission for Ludum Dare 55. View all gamesView submission

Comments

Log in with itch.io to leave a comment.

How did you create the Unity windows effect? Please think about releasing the project code on GitHub. cheers

The scripts on their own wouldn't help a lot I think + the code is a bit iffy so I'll keep them to myself heheh. What I did though was creating a default window prefab with a Window script on it that changed its title, icon etc depending on which window type was summoned (determined randomly from a list of ScriptableObjects defining different window types and possible coworkers). Hope this helps, could go in more detail if you need.