hello. I’m fairly new to Unity and programming. I know small basics, but not enough to express myself. yet.
What I want to find out is; is it possible to cut planes, cubes and such? I’m currently building a house, and wonder if it’s possible to cut out a hole for the door.
Or can this only be done through coding and/or 3d modelling? (Blender, etc)
I’m planning on learning Blender as well, so this is just to know what is possible to do in unity without coding.
You can do that in Blender (though it may require some clean-up afterwards; CSG operations can be fiddly). Unity’s not a modeling app, and doesn’t really do anything along those lines aside from including a few 3D primitives that you can use for prototyping.