-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefab modifier for line #1323
Comments
Hi there... |
Would a LineMeshModifier do the trick for your use case? If not please let us know a bit more about what you're building. |
Hey @lawlizxc , Second, you can change the space of the 'line' but it gets a little tricky here. To be able to do that, you'll have to use Custom primitive type and 'Loft Modifier'. You can check 'Traffic' layer in 'AstronautGame' demo scene to see how it's setup and works. Setting negative fixed height might be tricky here though and for that I can only suggest changing 'Loft Modifier' code to push Y axis of points down as I dont think it supportds such customization at the moment. |
Hi @brnkhy, |
Note: If this is a bug or support ticket, please provide the following information:
The text was updated successfully, but these errors were encountered: