Please Update free version to unity 6

  • A* version: [4.2.17]
  • Unity version: [6000.0.44f]
    When importing a project into Unity 6, a large number of warnings appear stating that Object.FindObjectOfType is obsolete. Additionally, an error appears saying Non-secure network connections disabled in Player Settings and InvalidOperationException: Insecure connection not allowed. There is also a warning warning CS0618: 'Rigidbody2D.isKinematic' is obsolete: 'Please use Rigidbody2D.bodyType instead.'
    I understand that new features is likely will not add but at least maintain update will be good

Thanks for the feedback, I’ll pass it on to Aron to see what his stance is on adding to the free version. I’m not sure if it’s entirely feasible as the free version is more along the lines of a previous version that’s just been given as a barebones solution for simple path-finding, but maybe technical issues would be an exclusion here.

Regardless, thanks for posting!

1 Like

Hello, sorry to re-open this old thread but I tried to follow the tutorial for A* getting started with Unity 6000.0.63f1 on the free version (using documentation version 4.2.17). However, the seeker agent would just not move. It wasn’t a setup issue either since I copied my setup on a 2022.3 project and it worked fine.

I am a paid user but I wanted to use the free version for game jam purposes in a team. It would at least be helpful if the web page specifically stated that Unity 6 is not supported rather than stating Unity 2018 and up if this is the case.

Apologies if I’ve made any misunderstandings here, ended up using Unity’s Navmesh agent instead for the jam as a result.

No problem, thanks for adding your opinion! Would you be able to start a new thread with the issue you’re seeing? This is the free version on 6000.3.4, Grid Graph with a an AIPath agent, and a destination set with AI Destination Setter.