graphical problems

First of all sorry for my English…I’m new to unity and just starting developing my first game now I’m cool with programming difficulties but now I’m facing strange problems first when my player walk suddenly a disturbance occur in the ground which is really annoying cause I don’t understand why this is happening
71253-untitled1.png
71255-untitled.png
WHAT IS HAPPENING!!!
I removed the background in the second image :frowning:
help me Please guys

You have not given us enough information to help you... What exactly do you mean by "disturbance occur in the ground"? What kind of disturbance, what exactly is happening, which objects are affected? I cannot understand anything in your imagine, I do not know which objects you have put in your scene, and how it's supposed to look like. Player jumping by itself? Definitely code problem, but how could we help you if we do not know how is your player object made, what scripts does it have, what code makes it move and jump?

@Eudaimonium Yes it helped :) thanks a lot

I'm trying to create a custom function Grab() and make it works within the OnCollisionStay() because I'm using event trigger on touch button. But the custom function Grab() won't accept "col" so I need to rename it to "gr". But then I get an error saying "NullReferenceException: Object reference not set to an instance of an object". So I thought I have to reference the Collision gr to a "GameObject" or "Transform". But I don't know how because I keep getting error when trying to convert it.

1 Answer

1

@Eudaimonium Thanks a lot yes it is fixed now :slight_smile:
I changed the camera “Clear flags” property into Skybox and now it is working perfectly
this is showing how much of a beginner I’m…Thanks a gain