Quantcast
Channel: Answers by "LegendWill"
Browsing latest articles
Browse All 20 View Live

Answer by LegendWill

No, it can be in the same project. You should try something like [Photon Unity Networking][1]. With a free account, you can have a server up to 20 people on it at once. To create the server, who ever...

View Article



Answer by LegendWill

What version of Unity are you using? In the animator component in the inspector there is a thing called "Root Motion." Tick it off. Play. Then Tick it back on. It should we working fine now. This is...

View Article

Answer by LegendWill

I had this problem before. Try attaching the script to any game object such as the camera. It seemed to work for me(I was using Unity 4.3.1).

View Article

Answer by LegendWill

In your photon network folder, try dragging the plugins folder into your root assets folder. I had a similar problem and that's how I fixed it.

View Article

Answer by LegendWill

You should try Brackey's inventory system. Link: https://www.assetstore.unity3d.com/en/#!/content/10384 Video one : https://www.youtube.com/watch?v=E_Lqfm8fono Video two :...

View Article


Answer by LegendWill

Android live wallpapers are set using the android operating system itself. The live wallpapers are essentially just an animation.

View Article

Answer by LegendWill

Well, according to your code, the menu shows up if menu == true. Although, nothing in your code changes menu to true. I suggest something like this - void Update () { if(Input.GetKeyDown(KeyCode.I)) {...

View Article

Answer by LegendWill

http://answers.unity3d.com/questions/600128/text-to-speech-plugins.html http://forum.unity3d.com/threads/text-to-speech-dll-for-win32.56038/ 2 cool plugins I found

View Article


Answer by LegendWill

Since it is YOUR "energy" then only YOU should see it right? Why not just attach this script to the player and just use GetComponent. It will take a bit less to do.

View Article


Answer by LegendWill

http://static.oculus.com/sdk-downloads/documents/OculusUnityIntegrationGuide_0.4.4.pdf

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images