- A* version: [4.2.17]
- Unity version: [6000.0.44f]
When importing a project into Unity 6, a large number of warnings appear stating thatObject.FindObjectOfType
is obsolete. Additionally, an error appears sayingNon-secure network connections disabled in Player Settings
andInvalidOperationException: Insecure connection not allowed
. There is also a warningwarning 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!
I found a fix online for the insecure connection (i think it was just adding an “s” to the http in the line that the console specifies. (DONT QUOTE ME tho bc I’m new to all of this, and was just trying a new project in unity6 and wanted to see if a* would be good for me). but i found that sollution online so just wanted to mention. But I’m still too new to how to handle the GetOjbectsOfType bc it’s doing an array or something lol. But it’s supposed to be GetObjectsByType - but now that’s a different format slightlty so u have to change what’s in the () etc… I’m stuck on that part. :(. I’d be down to fix it myself (it’s just 14 warnings) if I only knew the right solutions