Buster Posted April 13, 2022 Report Posted April 13, 2022 I purchased Atavism off the Unity store knowing fully well I am not experienced enough yet to make use of; more of an incentive to push me to learn as fast as I can. I am curious though if other assets can be used in conjunction. One Im particularly looking at is Behavior Designer - Behavior Trees for Everyone for future use.
Martin (Dragonsan) Posted April 13, 2022 Report Posted April 13, 2022 Atavism is server authoritative and you can use many packages on the client-side, but not the ones that would have to interact with the server, like the Behavior Designer, as it would have to modify AI and mobs/NPCs behavior. In this case, you would have to code it in Java as the server is written in Java. Of course, I'm not aware of the game design that you would want to build, but if may I, I would recommend you to check the elements that you want to implement in your game, then check what is available out of the box In Atavism, and then think or ask how to implement other things or where to start. This way, you may find that majority of your game can be done without changing anything, but of course, it's just a suggestion as I would do it this way
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now