Giter Site home page Giter Site logo

unity-assetstoreorganizer's People

Contributors

noisecrime avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

unity-assetstoreorganizer's Issues

Since Unity will have dark mode for non-pro license too, suggest update the GUI background logic

Dug out the code section myself and made quick change, but I think it can have a Unity version check as well.

For lazy people, here is the line you need to change:

In EditorGUIStyles.cs,

Change line 68 to something like this:
bool hasProLicense = true; // Application.HasProLicense();

Also line 130 to something like this:
string iconColor = "white"; // Application.HasProLicense() ? "white" : "black";

Checking `Application.HasProLicense();` doesn't work on newer versions of Unity that have the dark theme enabled

Hey there,
I just wanted to let you know that it looks like using Application.HasProLicense(); to determine the theme color doesn't quite give the desired results in newer versions of Unity that have the dark theme enabled.

When using the "HasProLicense() check

Here I just did bool hasProLicense = !Application.HasProLicense();

Inverting the license check

I also wanted to request that having the 'latest update' as a column/category would be super helpful in deciding what to archive. If a tool has not received an update in 3 years, it definitely helps to be able to see that at a glance.

Just wanted to let you know what I came across. ๐Ÿ‘
Thanks,
-MH

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.