In Unity3d, how do you make cuts to imported models/assets? (Ex: Make a 45 degree chamfer cut into a 4x4 piece of wood)
File type is .max,In Unity3d, how do you make cuts to imported models/assets? (Ex: Make a 45 degree chamfer cut into a 4x4 piece of wood)
There is probably some mesh-editing addons for unity on the asset store. Otherwise you could make the cuts yourself in a dedicated 3D software (blender for example). You could also use a transparency cutout shader and use a texture to define what areas of the mesh you want to be transparent.
@NoMoneys Mesh editing add-ons are probably the way to go. Is there one in particular one that you recommend?