- Home /
error CS0117: `Time' does not contain a definition for `deltaTime'
when I created an other object with the name Time it gave me these errors:
error CS0117: `Time' does not contain a definition for `deltaTime'
first it worked. but after that I couldn't get it working again.
It would be nice if somebody could help me out!
thanks,
Comment
Best Answer
Answer by EliteMossy · Apr 06, 2013 at 03:55 PM
Of course it wont work. It will be trying to call your decleration of Time. Either rename your decleration of Time or use UnityEngine.Time.deltaTime
Good Luck
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
error CS0246 anybody help? 1 Answer
error CS1061 anybody might help me? 1 Answer
NullReferenceException problem 2 Answers
"Strange behaviour may occur" when using Network.AllocateViewID() 0 Answers