[Solved] i couldn’t fix ‘error CS1514: { expected’ [closed]
You are making a class with a ; and no { }. This is how you are making the class: public class CamShake; A class should be declared like: public class CamShake { } I don’t know what you wanted to put inside it, but this is how you would do it by what I … Read more