Last active
April 6, 2024 07:16
-
-
Save baba-s/aa384e66d99441d39a049a060270cae1 to your computer and use it in GitHub Desktop.
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
using System.Runtime.InteropServices; | |
using UnityEditor; | |
internal static class DarkMode | |
{ | |
[InitializeOnLoadMethod] | |
[DllImport( "【ここに UnityEditorDarkMode.dll のパスを書く】", EntryPoint = "DllMain" )] | |
public static extern void DllMain(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment