#ArgumentNullException
1 messages · Page 1 of 1 (latest)
@pale spindle sorry again
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
This is Encoders.cs
ah, i see what the issue is. you're trying to new a MonoBehaviour and expecting that to call Start on it
By the way, I get this exception when I call ShiftCaesarCipher with ("hi", 1)
Ohhh right
you should not be calling the constructor for a MonoBehaviour manually. in fact, this Encoders class doesn't even need to be one. just turn its Start method into a constructor and remove the MonoBehaviour inheritance
I got the error about that before but then it disappeared so I thought it was fixed?
I seem to remember trying this exact thing and getting a bunch of errors, including Editor crashes due to StackOverflow (I'm given to understand that my error was something recursive going on)