Hello forum, hope you are all well. I have a little problem with my animation, which i'm certain is a simple fix.
Here is my code in the update function
if ((Input.GetKeyDown(KeyCode.Q)))
{
bool fire = Input.GetButtonDown("Q")...
I have a form which I want to use as a lock screen for my application. Within this form I want to have around 3 row's of images scrolling across the screen (these images will be pulled in from a database, not important at the moment).
Having some layout issues, mainly background images within...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.