Skip to content

This Unity Asset allows you to change the window title of a game. This can be useful for window context when the game is minimized or to see status changes in the Window title, for example a new message or a new resource have spawned. This is useful for Breadcrumbs.

License

Notifications You must be signed in to change notification settings

timfox/UnityWindowTitleChanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WindowTitleChanger

This Unity Asset provides an easy and efficient way to dynamically change the window title of your Unity game when running on Windows. Whether you need to provide additional context to your players when the game window is minimized, indicate new in-game messages, or update resource spawn information, this asset has you covered.

using UnityEngine;

public class ExampleUsage : MonoBehaviour
{
    void Start()
    {
        WindowTitleChanger.Instance.ChangeTitle("New Game Title");
    }
}

WindowTitleChanger

About

This Unity Asset allows you to change the window title of a game. This can be useful for window context when the game is minimized or to see status changes in the Window title, for example a new message or a new resource have spawned. This is useful for Breadcrumbs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages