L0932
1
Hello, i’m making a 2d space shooter game and I want to set the screen boundaries for the player using code, which will have the player stop at the edge of the screen for different aspect ratios. How would this be accomplished?
by the way, im trying to avoid using extra gameobjects to use for the boundaries, so please dont include that as part of the solution 
L0932
2
Oh, nevermind…The code works fine. The background image caused some confusion.