kmc-jp / puzzleGame2023

0 stars 0 forks source link

Lifecycle management of anima #58

Open LosenkaNiya opened 1 year ago

LosenkaNiya commented 1 year ago

Note

The idea of DestructibleObject sounds good in the aspect of reusability. However, we have envisioned at this point no other specific GameObjects but animas that should be applied. Therefore, lifecycle management of anima needs to be implemented as a unique class that is not abstracted as long as we couldn't find any common stuffs about its lifecycle between animas and other GameObjects.

This feature has not passed the meeting and is therefore on a trial basis.

LosenkaNiya commented 1 year ago

I will be implementing this feature by components because the design philosophy adopted by Unity is component-oriented rather than object-oriented.