Unity UI styles for WPF application.
This WPF style was inspired by Unity Engine Editor interface, firstly for developing external tools for Unity Editor tools.
Note
This project is not owned, sponsored nor endorsed by Unity Software Inc.
- Install
craftersmine.Ui.UnityNuGet packageInstall-Package craftersmine.UI.Unity - Create
ResourceDictionaryin yourApp.xaml<Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="pack://application:,,,/craftersmine.UI.Unity;component/DarkTheme.xaml"/> <ResourceDictionary Source="pack://application:,,,/craftersmine.UI.Unity;component/UnityUI.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources>
Tip
You can specify your custom accent color using
<Color x:Key="UnityUIAccentColor">#3A79BB</Color>-
Use styles. To override window style, use
Style="{DynamicResource UnityWindowStyle}"More info at project 📗 Wiki
I'm always open for contributions to my projects. However, please look into Contributing guidelines and Code of Conduct
If you like this library, you can donate me using ❤️ Sponsor button at the top of the page or using links in Sponsor this project sidebar section. This keeps me motivated to continue to support my projects for everyone.










