Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Asset Pipeline DLL Hoses Characters on Asset Reimport #3

Description

@TheTalisman

The Asset Pipeline code in chapter 8 has you setting all sprites that are imported from Assets/Art/Platformer to SpriteAlignment.Center. This causes the character entity sprites to get screwed up when they are reimported (for example, when Unity has been upgraded).

While SpriteAlignment.Center is correct for most of the pieces built from the contained images. The player, blob, and treasure chest sprites need to be SpriteAlignment.BottomCenter.

The PreprocessLevelPieces() method described needs to be updated to be more robust or removed entirely to avoid having the entity pieces get messed up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions