I need help making an image change when I press next
Okay so I have a bestiary page in my game and I made an Entry to for a string (description) as well as a UISprite (using NGUI) for a picture of the beast. I scripted a next button to call a method that...
View ArticleUser entry for a class file
Hello there. I am a Taiwanese and because my poor English that may hard to understand my question so I'm sorry about that first. I want to build a game for teaching JavaScript, because I am a student...
View ArticleProblem with Entry state
I'm following this tutorial: https://www.youtube.com/watch?v=YbwlUvnpulE The guy in the video doesn't have an entry state and it's impossible to remove the entry state. I've written the following code...
View ArticleLong animation entry and exit.
Is there a way to make a character exit its animation? Instead of making animation hit 1, hit 2, hit 3, Hit done, we think about going for a three hit combo system to create special move, and with root...
View ArticleВход в Unity через прокси
How do I login into unity through a proxy? At work connecting to the Internet through a proxy, when you try to login in unity I get this: Как осуществить вход в Unity через прокси? На работе...
View ArticleRaycast, OnCollisionExit - most efficient way to get outcome or exit point on...
The thing is, I want fast(!) Rigidbody(!) bullets (so, drag and gravity included) to come through Colliders in certain circumstances, and give me info of entry and outcome points, like...
View ArticleInvalid login issue
There was a Problem validating the License because the Operating System identification seems to have changed. I need a free version, what should I do?
View ArticleAndroid Gradle Build Error - Duplicate Entry
I am in the process of finalizing a legacy project, so most android plugins were not imported by me. What happens is that the android build of the game needed several repairs, I was repairing one by...
View Articledisable or remove enum entry from inspector
public enum MyEnum { MyEntry0, MyEntry1, MyEntry2, MyEntry3, MyEntry4 } public MyEnum myEnum; lets say i want to make sure that MyEntry0 and MyEntry3 are unselectable. whats the best way of doing that,...
View Articlebug producion beta?
hello unity i have a small complaint, i did what you asked, i changed the production channel to beta channel, then i restarted unity, but when i went to enter, i only had a black screen and nothing...
View ArticleDictionary List seems empty althought I can see entries in Debug Mode
Hi, I'm learning and working on a simple MMORPG. On the Client side I'm trying to create a Dictionary of all NPCs on the map with: public static Dictionary npcList = new Dictionary(); ///// [...]...
View Article