doublejulien
Results
1
issues of
doublejulien
Hi! I found an issue with gstring.Format and i can't format the way i want `void Update() { using (gstring.Block()) { timeElapsed += Time.deltaTime; ts = TimeSpan.FromSeconds(timeElapsed); myText.text = gstring.Format("{0:D2}:{1:D2}:{2:000}",...