Nothing i write in Visual Studio gets executed in Unity

my visual studio code is properly connected with unity, everything works fine except whenever i try to run anything through visual studio.

anything i write inside Update or Start void doesnt get executed and it doesnt error at all in Unitys console, im confused whats causing that ive tried everything i know

I prefear to ask…: I supose you attach the script to some object, and the object is active in the scene…

Post a screenshot of VStudio, and an image of the scene+inspector+hicheracy

@tormentoarmagedoom thank you for replying
it’s not letting me upload any images, “Error Parsing The Uploaded File”

Edit: it let me but this is as big as i can go image size wise

197705-image-2022-07-06-141248944.png

197706-image-2022-07-06-141343593.png

The c# script is in assets, when clicked on it shows the contents through the inspector, note that its the same as what is in visual studio and gets updated with any changes