-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load the icon: 'd_winbtn_win_close' on Mac #52
Comments
Hm okay another update: I am actually not sure which "OS button icons" are still available in Unity 2023. Maybe the issue is not Win vs Mac but more that Unity is no longer including any OS-specific icons in 2023? This list contains winbtn_win and winbtn_mac variants, but when I examine the icons in my (2023) Unity, using Internal Icon Browser, then I'm actually not seeing any winbtn icons. Perhaps if you're looking to just show a simple cross, it's safer to just use d_clear ? |
Im using this to fix the problem in Unity 6
|
First off, I love this package and its philosophy, I've only just begun using it but having a generic visualization/editor for graph based data is just amazing. Unity should have this built in. Thanks so much for sharing this with your fellow game devs 🙏
This is just a tiny bug that I'm seeing, it's also not affecting the workflow in any way, I think:
When opening a graph, an error is thrown because Unity can't find the icon d_winbtn_win_close.
Which makes sense, as I assume that's a windows only icon.
I normally wouldn't open an issue for mac specific issues, that just might not be a target platform for this package.
But I see you're beautifully handling some Mac specific stuff already! (e.g. showing the ⌘ char for the Command key) 💕
Below is the full stack trace:
(again, this occurs when opening a graph)
The text was updated successfully, but these errors were encountered: