An open API service indexing awesome lists of open source software.

https://github.com/eviltwo/splineroads

These are components for creating roads using Unity's Splines.
https://github.com/eviltwo/splineroads

spline splines unity unity3d upm-package upm-packages

Last synced: about 2 months ago
JSON representation

These are components for creating roads using Unity's Splines.

Awesome Lists containing this project

README

        

# Spline Roads
These are components for creating roads using Unity's Splines.

## Spline Span Instantiate
The basic functionality is the same as the default `SplineInstantiate`, but it has been improved to allow selection of the Spline index, start, and end. Using this, you can plant trees on only part of a path or remove fences midway along a path.
- Allows specification of the Spline index, start, and end points.
- The tilt of objects can be restricted.
- When an object is clicked, the parent object is selected.
- Simplified implementation by removing definitions of certain Spaces.

![span](https://github.com/user-attachments/assets/60eed11a-e605-4267-81d4-d982ef6fd863)

# Install with UPM
```
https://github.com/eviltwo/SplineRoads.git?path=SplineRoads/Assets/SplineRoads
```

# Support My Work
As a solo developer, your financial support would be greatly appreciated and helps me continue working on this project.
- [Asset Store](https://assetstore.unity.com/publishers/12117)
- [Steam](https://store.steampowered.com/curator/45066588)
- [GitHub Sponsors](https://github.com/sponsors/eviltwo)