TheMerphin / The-Saga-of-Scaling-Scotty_GameOff2023

HomePage
1 stars 0 forks source link

Basic enemy prefab #2

Closed McJordan32 closed 11 months ago

McJordan32 commented 11 months ago

enemies into main

McJordan32 commented 11 months ago

image

Also, please resolve these errors. They arise when starting your test scene. This is because the main branch was pulled into yours (which is good) but they still need to be resolved manually. Without further looking into details it seems those issues arise because the player animations were (renamed and) moved, resulting in duplicating them which ultimately leads to several animations having the same ID. Therefore renaming (and moving) the animations should be reverted.

-Added canvas with inventory to the scene so the GameMenuController is no longer missing -Readded Walk Animation for the player into the PlayerAnimator