I’m attempting to create entities of prefab billboards, but have gotten some strange results: HybridECS Example.PNG. It’s almost as if everything is drawing on top of each other? It’s kind of hard to see but there is a model that is being covered up by the colors of the billboard that is right in front of the camera. I shouldn’t be able to see him at all, but his model comes through the billboard and is colored. This effect applies to all other objects too.
Here’s my material that’s on all of these billboards: HybridECS Material Example.PNG
As far as components on the entities, I’m just adding a scale component on top of converting the prefabs into entities using GameObjectConversionUtility.
Thanks so much for any help, and please just let me know if I left any needed info out

