This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @name Adblock | |
| * @author TheSunCat and contributors | |
| * @description Hide all Nitro & Boost upsells on Discord! | |
| * @source https://gist.github.com/TheSunCat/58fedaa19d6154ef3e4b2b676c286906 | |
| */ | |
| /* ------------------ */ | |
| /* Hide Nitro upsells */ | |
| /* ------------------ */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Restore "Convert Selected Built-in Materials to URP" MenuItem. | |
| // By Andy Miira (Andrei Müller, Twin Koryuu), March 2026. | |
| // | |
| // | |
| // Note: This script was tested to work correctly in: | |
| // - Unity 6.3 LTS (6000.3.11f1) | |
| // - Unity 6.4 (6000.4.0f1) | |
| // | |
| // The script should also work correctly with other Unity versions, at least ones closer to the tested versions above. | |
| // Note: I will NOT provide support to Unity versions that I don't use. |
OlderNewer