A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Thanks for the suggestions. For now I decided to just convert the sequence to sprites and load them on a sprite renderer through a script. I don't...
To be exact, I followed this tutorial to set it up...
I made a script that changes the current time on a streaming image sequence I set up with a few photos. The script scrubs back and forth the...
It happened to me as well today, and I found out that the reason was, I didn't have an idle animation clip assigned on the idle node in the...
Thank you both for the suggestions. I'll give Git a try.
I'm used to saving different versions of files while I'm working on something, and for functioning reasons Visual studio won't allow this cause...
That was it! Goodness, I can waste hours just from overlooking stupid mistakes like that. Thank you for the fresh eyes and the optimization tips....
I'm working on a simple script where a projectile is given an initial velocity to hit a target. I'm plugging in the target and the initial angle...
1)Don't setup a computer to develop with, in one of the busiest rooms in the house (dining room next to kitchen in my case) Coding is like...
Yeah. I definitely get that. Although right now just the debugging portion throws my schedule off about 1000%
Thanks for the suggestions. I had no idea what to look for so any of those two will come in handy. I'll check them out!
Just wondering if such a program can help organize and keep track of the development for a single person. Or is it more fuss to just design the...
Please let me know when you do, is that on github? I'd like to follow the discussion. Thanks.
Thanks for confirming and submitting this bug. I spend many hours trying to debug this to no avail.
BTW I wanted to mention that, while this happens, If I click to select something on the scene view and then click back to the game view,...
I've built a simple controller that reads values from Input.GetAxis("Horizontal") and Input.GetAxis("Vertical"). For some reason, after the game...
There wasn't any log information related to the crash. But after I deleted both the library and temp folders it stopped crashing. Thanks for the help
I'm developing a game in Unity 19.4.13f1. For some reason the editor started crashing after I load the project. It just gets stuck before I can...
Yes. For me that was it. So obvious yet so obscure. I always clicked on the dropdown menu named "Gismos" but never to the actual word. I didn't...
Hey, I just updated to the latest version of the editor, and it started working again! I'll leave this post up for people who had issues with it...