0

This is my code GetComponent ().text = PlayerPrefs.GetInt("skor").ToString;

error: cannot convert method grup "tostring" to non dellegate type "string"

I don't know, why? Please give me solution of this

1 Answers1

1

type

ToString()

if you need an answer like this, i recommend the unity scripting api.

Dharman
  • 30,962
  • 25
  • 85
  • 135
HiddenToad
  • 68
  • 10