02-28-2023, 09:09 AM
Without much think I would say sometime in the lines of:
Have a script that listens to Untiy's Selection.selectionChanged. When it sees that a spline is selected, it calls the spline's MonoBehaviour.OnDrawGizmosSelected(). You need first to make that existing method public.
I hope this helps
Have a nice day
Have a script that listens to Untiy's Selection.selectionChanged. When it sees that a spline is selected, it calls the spline's MonoBehaviour.OnDrawGizmosSelected(). You need first to make that existing method public.
I hope this helps
Have a nice day
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Please consider leaving a review for Curvy, this helps immensely. Thank you.

