I try to create an dll file and i have to use the following codes in it
1.float Val= PlayerPrefs.GetFloat ("value");
2.Time.deltaTime
3.Input.GetMouseButtonDown.
it gives an error "The name "PlayerPrefs" does not exist in current context".
I am new for unity.
↧