Hello, I am starting with Unity platform don’t have even the basic knowledge of Unity, just need to know can we use Unity to create applications as well ( Bill Calculators)? In my university long ago I created a similar application using Android Studio but now I don’t know what things are in trend. Your Suggestion is highly appreciated.
can make any kind of apps, but if you don’t need any 3D, physics, game engine features,
then Unity is not really the best choice for building complex UI driven apps.
because you’ll need to build many UI elements manually,
compared to other frameworks where you have all the common UI elements ready to use.
but if you want to learn unity and c#, then of course can try it.