So theres a few tutorials out there on doing this but being completely new to programming I cant find a way to integrate it into my game plus I dont want to put all the unnecessary things in I wont be using.
Basically I want a shake effect that will last for a few seconds and I will need this only once, I want to activate it as an is trigger, so when you walk up to the object or space the camera/player will shake for a few seconds then never do it again. Does anyone have any simple script I can use?
You could just use iTween, it’s free and simple to use tweening library for Unity. Just pop the file in to your project (if it isn’t there already as many packages use it.) and then call it from wherever
Only annoying thing about it is that you’ll probably need to download it trough asset store as they only link you there. Even tough it’s a single file (.cs) that could easily be distributed trough their own site…
Obviously the easiest route would be ideal for me as I only jumped into unity about a week ago, could you give me a working example? I took what you said but I cant get it working. kek I am not a smart man