Something Is Breaking And I Don't Know What
Long story short, there's a problem with my game and no clear source of the error. I don't believe the error is strictly speaking Unity related as it's manifested itself even in earlier builds of my game that didn't showcase the issue before. In order to figure out the cause of the issue first I need a more clear understanding of what exactly is breaking in the process.
I'm linking to a simple script that I'm using that works very well however the issue that's plaguing my game seems to be effecting this script as well so I figure identifying what needs to break in order for this script to stop working would be a solid step towards identifying the greater issue!
So to clarify this script's goal is to move "Smooth Target" towards "Real Target", using the influence amount for how strong it'll follow. It works all fine and dandy until the unidentified issue occurs (that I've nicknamed hiccups), at that point it seems to entirely stop moving.
What would have to go wrong within a computer to cause this script to cease working correctly?
Again I don't believe the issue is contained within Unity as it's effecting previously built versions of the game as well as Unity is not spitting out any errors despite clearly not working as intended.
Your answer
Follow this Question
Related Questions
Unexpected Symbol ' var' 1 Answer
value must be greater than 0 0 Answers
Event not being invoked 2 Answers
Displaying Text on Touch Event 0 Answers
Problem with Score/Highscore script 0 Answers