sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.08k stars 1.11k forks source link

CleanupAttribute' could not be found #978

Closed GameKong closed 2 years ago

GameKong commented 3 years ago

how to resolve it? image

KonStg commented 2 years ago
using Entitas.CodeGeneration.Attributes;
sschmid commented 2 years ago

@GameKong

Most likely because you used the Entitas GitHub version which doesn't have hits feature. Only the Entitas Asset Store version has this feature.

However, this changed, and both Entitas versions now have this. Please see announcement: One Entitas version - Desperate Devs is open-source now