Add UTF8 format for created plugin files and format code

#1335
This commit is contained in:
Wojtek Figat
2023-09-11 22:32:37 +02:00
parent 99c2adc1f3
commit 985d6cc811
2 changed files with 45 additions and 44 deletions

View File

@@ -30,7 +30,7 @@ namespace FlaxEditor.Content
ShowFileExtension = true;
}
private static string FilterScriptName(string input)
internal static string FilterScriptName(string input)
{
var length = input.Length;
var sb = new StringBuilder(length);