Problem with Viewports in 2D

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By lucart135

Hi again,
Last week i tried to implement 3D objects in 2D game. To do this i used viewport, but unfortunately i have problem with duplicating 3D models(when i put 2 or more 3D objects). The option “own_world” fixes the problem but when its enabled i have black textures.

Video:

Do you know how can i fix this problem?

:bust_in_silhouette: Reply From: BraindeadBZH

I think that when you choose “own world”, you have then to manually assigned an environment otherwise there is no lighting, and therefore your objects are black.

I tried to change lighting, background and etc. But for 2D it doesn’t work. For 3D everything works fine.

lucart135 | 2019-09-01 20:18

:bust_in_silhouette: Reply From: lucart135

I have found the solution. You can see it right here: