Path-Creator
Path-Creator copied to clipboard
Path creation asset for Unity game development
 by adding a json file and a matching meta for the json file, support is added to install this tool as a package through UPM in unity by using...
Creating new points is a pain because they are always spawned off in the distance. Some sort of raycast from camera or ability to lock coordinate axes for a new...
Every time I open the unity project, then click road, flipnormals are set to true although I have never did so. I examined the code, and there is no line...
Hello, I have the solar system project and when I have a path in the project and I move my mouse or touch any buttons it moves on the Z...
As soon as I add a path creator script, I get the following error over and over again until I remove the component: ``` NullReferenceException: Object reference not set to...
When I create an empty object and add the path creator script, I get the following error messages. ``` NullReferenceException: Object reference not set to an instance of an object...
I'm working on a rail shooter game using the path creator and contains alternate paths that can be taken. The problem is that the transition of paths is not smooth,...
This is the GameObject:  And here is the inspector of that object:  Only when the object is selected in the hierarchy the road/path is connected to the waypoints...
When waypoints are in straight line, the path is broken randomly (please check the screenshot)