What is the standard way to make a new 2d canvas Image be additive to...
I have a series of UI elements (images) in the background. I have a "selector" cursor - I want it to make the background it is over brighter. How do I do this? Apologies, I spent two hours googling and...
View ArticleHow do I correctly edit an object in another scene?
I am using additive scenes, then have an editor function to modify a property an another object inside a different scene. However, it's not saving the change when I hit play!! Here's the code: var...
View ArticleHow do I add a scene to the build without it being loaded automatically?
I have added a scene to the build window. When I launch the game - it works great! Only the first scene is loaded. Then I finish some configurations in my Launcher screen, then hit "Load" to load my...
View ArticleCollision: I don't know how to phrase what I am asking for
I have a very simple desire for my colliders. If a moving collider's velocity moves it toward or into a wall (static collider) it stops. If a moving collider's velocity moves it toward another moving...
View Article