How to Bend Planes within unity?
Im sorry if i'm coming off as very new (of which I am) but I could not find out how to bend planes within Unity, This is hard to explain but basically in my attachment I want to make the first image look like the second image without having to create separate objects and rotate them. Thank you.link text
I'm not sure what you are asking. are you looking to blend the green and grey textures on the small plane? I wrote a custom shader for blending on whatever object that you can have
Answer by markgrossnickle · Jul 11, 2018 at 03:49 PM
Blender would be easier as @AurimasBlazulionis suggests. However, you can do it in Unity.
You could use ProBuilder which is a free Unity asset. You can grab it in the package manager in Unity 2018.
Alternatively you can do it via scripts and modify vertice placement. I stumbled upon this thread while looking to a script solution myself. This thread looks promising: https://answers.unity.com/questions/275388/bend-a-rectangle-plane-using-unity3d-scripting.html
Answer by AurimasBlazulionis · Feb 17, 2017 at 06:37 AM
For that you will have to use other 3d modelling software like Blender. There is no way to do that in Unity since it is not a modelling software.