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 130-132 - References to a Layers_Objects / Layer_Objects Tilemap? #38

Open scouttyg opened 4 years ago

scouttyg commented 4 years ago

On Page 130, under the section Tilemap Collider 2D, paragraph 3, it says:

You'll notice that all the sprites on your Layers_Objects now have a thin green line surrounding them[...]

From what I can tell at this point we don't have a Layers_Objects Tilemap -- we do have Layer_Ground and Layer_Trees_and_Rocks Tilemaps however.

This is also referenced in a slightly different way on Page 132, paragraph 2, when it says:

[...] We've just added a Collider 2D to every tile sprite on Layer_Objects [...]

This time, it's referenced as Layer_Objects vs Layers_Objects.

For both cases, I assume this is just still the Layer_Trees_and_Rocks Tilemap, but it tripped me up a bit.