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

Chapter 4 - Page 104 - Repeated directions to create "Characters" sorting layer from Chapter 3 #37

Open scouttyg opened 4 years ago

scouttyg commented 4 years ago

On page 104, paragraph 2, it says:

[...] Add a Sorting Layer called "Characters" and move it to the bottom, after the Ground and Object layers [...]

This was already done in Chapter 3, on page 61, and shown in Figure 3-27.

Later, on page 105, paragraph 1, it also says:

[...] Select the PlayerObject and set its Sorting Layer to the Characters layer we just created.[...]

Again, this was also done on page 61 as well.

scouttyg commented 4 years ago

Ah, I saw @profjpbaugh actually brought this up previously in https://github.com/Apress/Devel-2D-Games-Unity/issues/30 as well.