First of all, to everybody, thanks so much for trying out my game!
@trev: I’d be happy to elaborate! The code I used is as follows:
> text.color = Color.Lerp(Color.white, Color.red, Mathf.PingPong(Time.time, 1));
Color.Lerp Documentation:
https://docs.unity3d.com/ScriptReference/Color.Lerp.html
Essentially, I would call this at the beginning of the state, and if I wanted some text within that state to be solid, we can add some basic markup within the text strings to change the color.
Rich Text detailed here:
https://docs.unity3d.com/Manual/StyledText.html
I only learned about the rich text markup after checking out some other projects on here which colored their text. 
@Peter_Gambell: Thanks for pointing those out! For the sake of polish, I’ll certainly see if I can correct those things.
I wonder if I should make the text shrink or auto-fit when using the equipment? I’m glad you tried using the suit functions in various places. That’s awesome!
I wonder why that sentence repeats only if you have the envirosuit? O.o That’s a quirky one. I’ll get right on it! Thanks so much for the kind words and thoughtful analysis. 
Also, thanks for following me on Itch. I’ll be following your progress as well!
@Naitachal: Thank you for the kind words! Definitely no need to feel ashamed for not doing stuff that wasn’t even covered! I only found out about the rich text and colors from seeing other people’s projects. It was all monochrome until it was about 75% finished. 
I totally understand about the text! I guess I just stuck with the instructor’s default setup with the centered text, and you’re right, it’s a lot more painful to read than left-aligned. I’ll see if I can make it more bearable in that sense. As far as the adaptive sizing, I agree with you there too! I was afraid it would be too small and tough to read in a lot of areas. I wonder if I can find a happy size that works for the whole game.
Thanks so much for telling me about your favorite scene! That was one of my favorite parts as well. I took inspiration from the first Space Quest game.
I wanted to include at least one kind of “puzzle”, despite the style of game not easily lending itself too well to “challenge”. I’m so glad you enjoyed it!
Thanks again everyone, for playing, and for the thoughtful feedback. You guys are awesome! 
–Kyle