Player not showing

,

I will put screen shots later but my player is not showing for other ppl for no reason canvas removed did nothing.

Unity 5X version

Not sure what you were aiming to get out of this post. There is nothing for us to assist you with here.
Please add both screenshots and a more detailed description of what you are trying to do, and how it failed.

Thanks

That is how it looks for others when they get game6932047--813967--Unity.PNG

But this is how it looks for me
6932047--813970--Unity 2.PNG

Do you need a screen shot of my inspector for my player ??

this is for the player sprite
I don’t see a problem why the player would show for me when I build and run But not for them

So the issue is that when you create a build (Build and Run), the player shows up for you, but not for other people you send the build to? Is that correct?
If this is the case, I would start removing components and objects from the scene, make builds and see when the problem stops to appear.
You seem to be able to render the level just fine, so the problem is most likely with one of the components on your player GameObject causing the Player to either become disabled or moved off screen.

The point is that I don’t know what component or what gameobject is blocking the view of the player for the other people I tried removing the canvas IT had the level name and points. It did nothing I showed u the components that I have on the player is there anything that’s out of the ordinary that could be a lead to this.

To sum it all up I don’t know what is causing this. And also I have a cam follow so where ever the player goes it has to follow.

If you create a new game object with only a SpriteRenderer with your Player sprite assigned to it and build it out, it will most likely render as we would expect it.
If you start from that and add the components back, one by one, you will finally come across a sub set of components that is causing this behaviour. Once you have this, you can dig deeper into what is going on.

What I’m trying to really ask is there anything out of the ordinary about my components. I will try what u tell me later I don’t have access right now

Also I would have to share it and upload it every single time I add or remove a component