How to create a very basic and static 2D scene with unity ?
Almost everywhere in the web, all tutorials talk about simple examples with parallax backgrounds, multilevel games, etc.
I want to know how can we create:
- A very basic square scene with
- for example, one sprite as background and
- one camera covering only the square background and nothing else.
PS: All my attempts finished with the camera showing the square but with blue field around it.
PS: The camera does not need to follow anything, in fact all animations or interactions tend to be in the only one square field in the scene.
PS: I am a newcomer to the Unity world.