 Crazy Robot
|
I just downloaded the A* free version to try it out in my project, but I’m getting the following script errors:
Assets/AstarPathfindingProject/Editor/GraphEditors/GridGeneratorEditor.cs(408,27): error CS0117: `Tools’ does not contain a definition for `current’
Assets/AstarPathfindingProject/Editor/GraphEditors/GridGeneratorEditor.cs(437,34): error CS0117: `Tools’ does not contain a definition for `current’
Assets/AstarPathfindingProject/Editor/GraphEditors/GridGeneratorEditor.cs(440,35): error CS0117: `Tools’ does not contain a definition for `pivotRotation’
Assets/AstarPathfindingProject/Editor/GraphEditors/GridGeneratorEditor.cs(443,43): error CS0117: `Tools’ does not contain a definition for `viewTool’
Assets/AstarPathfindingProject/Editor/GraphEditors/GridGeneratorEditor.cs(451,43): error CS0117: `Tools’ does not contain a definition for `viewTool’
Assets/AstarPathfindingProject/Editor/GraphEditors/GridGeneratorEditor.cs(458,34): error CS0117: `Tools’ does not contain a definition for `current’
Assets/AstarPathfindingProject/Editor/GraphEditors/GridGeneratorEditor.cs(465,35): error CS0117: `Tools’ does not contain a definition for `viewTool’
|
 Crazy Robot
|
Hello,
I’m using Unity 3.4.2 Pro and iOS Pro, I’m getting the above errors when I import your script in to Unity.
Any help would be great, I’m looking at buying the pro version but want to try this out in my game first.
|
 Aron Granberg
|
Crazy Robot was answered here (for others having the same problem):
http://forum.unity3d.com/threads/67417-A*-Pathfinding-2.9-Is-Released-(Unity-3-Compatible)/page13
|