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
  • 26,923
  • 21
  • 73
  • 125
HiddenToad
  • 68
  • 10