gstring
gstring copied to clipboard
gstring.Indexof bug
In win10 unity3d 5.x
void test()
gstring file = "C:/documents/vexe/test.txt";
Debug.Log(file.IndexOf("://")); // the value is 1 --file.IndexOf("://")==1
end
`