Skip to content
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

integration with unity layers system #31

Open
RedAlert244 opened this issue Sep 24, 2021 · 2 comments
Open

integration with unity layers system #31

RedAlert244 opened this issue Sep 24, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@RedAlert244
Copy link

RedAlert244 commented Sep 24, 2021

This might help combine road architect with another Unity plugins that use mesh data, for example, I use "terrain composer" to generate custom terrain subtraction for road by creating a special mesh for it and assign invisible layer for it.
The problem is that the road architect assigns a default layer for all extruded objects and I need to reassign the layer again every time the road is updated. Thanks for maintaining this great unity road creation engine!
Без имени-1

@FritzsHero FritzsHero added the enhancement New feature or request label Sep 26, 2021
@FritzsHero
Copy link
Owner

Probably we can add an input for the layer number which will auto change the layer on creation.
Should the layers you select in the road script then only be assigned to the created meshes or all objects of the road?

@RedAlert244
Copy link
Author

RedAlert244 commented Oct 3, 2021

I think there is no need to create an one more input field for layer assign. It would be better if the road architect remember the current layer for each object or just prohibit to reset layers in road update script. anyway, for such a simple task it shouldn't too much affects on memory or cpu utilize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants