gstring icon indicating copy to clipboard operation
gstring copied to clipboard

gstring.Indexof bug

Open tenvick opened this issue 8 years ago • 0 comments

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
`

tenvick avatar Oct 20 '16 00:10 tenvick