Unity3D, round the edges of a box, cube?
Using deferred shading you may access G-buffer to locate and round edges like it done in this paper. Though it is a post-processing technique so it is able to emulate roundness in a limits of some pixels.
Simple averaged normals (1 pixel width):
Simple averaged normals (2 pixel width):
Simple averaged normals (3 pixel width):