ERROR on ObjectPool after import

I just imported the Asset into a new project however i get a few errors:

¨

Can anyone tell me what im missing or what might be wrong?

(Note this is the latest pro version)

Hi

Most likely you or some plugin that you use has added another class named ObjectPool without putting it inside a namespace. This will cause naming collisions. I recommend that you put the other class inside a namespace or rename it.

1 Like

This worked thank you! :slight_smile: