Apress / Devel-2D-Games-Unity

Source Code for 'Developing 2D Games with Unity: Independent Game Programming with C#' by Jared Halpern
https://www.apress.com/us/book/9781484237717
Other
215 stars 53 forks source link

Player Script (Chap 6) #55

Open Rembert50 opened 1 year ago

Rembert50 commented 1 year ago

On Page 194, it was mentioned that the properties have to be added above the Start ( ) method. But the current player script does not contain any start method even the instantiate method.

majoha commented 1 year ago

You have to create it.