Quantcast
Channel: Latest Questions by Azaroth
Browsing latest articles
Browse All 62 View Live

Custom Inspector List Problem

Hello guys, i want to create an custom inspector to edit items in the game. The problem is that the player has a list of items. Item is a class. And when i edit one item, all the other get the edit...

View Article



Hot Shockwave Effect

Hello people check this video: http://www.youtube.com/watch?v=TKBI-jKhDB8 In the beggining, the boss jumps and creates a hot-air shockwave. How can i make it in unity?

View Article

Collider in controlled gameobject

Hello, i have a controlled sphere with wasd but it goes through terrain and normal colliders (non-triggers of course). How can i fix it?

View Article

Cursor Lock

Hello, i have a browser game with fps so i need to lock the cursor totaly in the game no matter where the player moves the mouse or clicks, how can i do that?

View Article

Very Low Frame Rate

Hello, my scene has a extremely low fps up to 10. I use the profiler and it seems that more than half performance is taken by physics.simulate. I suspect it's due of the many trees i have. I also saw...

View Article


Ignore Collision Layer Ignores also other layers

Hello, as the title says i have this problem. Except the 2 custom layers of mine it ignores the default layer, any help?

View Article

LookAt ruins camera rotation

Hello, i want to use lookat as aim feature (when you press "e") you will look at the target so you can only shoot without need for aim. The problem is that after the lookat the camera rotation is...

View Article

Texture Scanner

Hello people, i want to make a machine that will consecutive scan a the terrain in front of it and if it is a certain texture it will walk, so it will always stay on the path. How can i do that?

View Article


Button Drag

Hello everyone, i used buttons as inventory items and i succeded to drag them with input.mouseposition, but when i drag it it goes below all other window components. How can i make it go above them?...

View Article


Rotating gameobject not colliding

Hello, i have something like atrap in the game that rotates around and has spikes on it. The problem is that its not colliding with the player. I think i must use force but how cna i make it rotate?

View Article

Basic movement animation problem

hello everyone, i have this script: using UnityEngine; using System.Collections; public class PlayerAnimation : MonoBehaviour { Animation animation; public GameObject skeleton; // Use this for...

View Article

Curve spells

Hey guys, i want to cast a spell i dont want it to go directly to a target but doing a curve. I thought of creating many gameobjects that would shape a curve and make the spell go through them, but i...

View Article

How to make meshes breakable

Hello, so lets say i have a plane and i want it's wing to be breakable when touches a tree or generaly another collider. Any help?

View Article


How to use Clothing

Hello people, im very experienced with unity but amature with clothing. Skinned clothing to be exact. Im mostly concerned for the main armor that needs to be animated according to the body. I dont seek...

View Article

Animations from 3DS Max not playing

Hello, so i create a humanoid in 3ds max with a basic animation and when i import it to unity i can see the animation bottom right, but it doesnt work in-game. The asses has an animator component but...

View Article


Animation end position

Hello, so i have a an animation that starts at point one and ends at point two. So in unity if i place the character next to a tree, when the animations finishes the character will be a few units...

View Article

Object Rotation doesnt work

Hello, so i have a body and according to the wasd i want to rotate front-left-right-back. Front-Back works, but left right not. And generaly i have problems with the rotation in unity...

View Article


Rotating child ruins shape

Hello so as you can see in the image, when i rotate the cylinder that is child of the other cylinder gets ruined. Why this happens?![alt text][1] [1]: /storage/temp/17754-2013-11-11_110443.jpg

View Article

Clothing help

Hello, so i have no idea how to do clothing for my game. I actually want the main body cloth one the others are static. I tried skinned cloth, but i failed to learn how to use it. I tried interactive...

View Article

Monodevelop letters fade

Hello everyone, with the new monodevelop, the color of the letter has fade out and its not easy on the sight. How can i fix this?

View Article

Can't edit heightmap

Hello, i have the latest version of unity but i dont see any field to change heightmap. I changed the heightmap resolution but it didn't work. Actually it was already above 0...

View Article


Camera Problem

Hello, i use the default mouselook camera a bit farther from the player's head so i can see him whole, but when i walk through a down or uphill, the camera enters the terrain. Also even if it doesnt it...

View Article


Monster AI

Hey guys, this is the code: using UnityEngine; using System.Collections; using System.Collections.Generic; public class MonsterAI : MonoBehaviour { public int i; public List Targets = new List();...

View Article

Monodevelop problem

Hello I installed the latest unity but monodevelop doesn't show class contents accessed by list or array using index, how can I fix this? I mean regularly when i type this: Item[] my items; for(int i =...

View Article

Camera with Target Texture shows nothing

Any ideas?

View Article


Update Network Problem

Hello so i have this: void Update () { if(Input.GetAxis("Vertical") != 0 || Input.GetAxis("Horizontal") != 0){ MovementDirty = true; } } void FixedUpdate() { if (MovementDirty) { //Send Data//...

View Article

cloth stretching with movement

Hey guys, so i have a cloth parented to an object hanging from four colliders childed to the cloth. It works fine, but when i put a script that rotates and moves the parent of the cloth (rotate() and...

View Article

Can't automaticly align gui texture

Hello, so i have a cyrcle at the bottom of the screen, showing only half of it and i use it to show the life of the player: GUIUtility.RotateAroundPivot(rotAngle, new Vector2(Screen.width/2,...

View Article

p2p game without server

Hello everyone, is it possible to make a p2p game in unity that will be played between 2 phones directly? Maybe bluetooth or wifi

View Article



Rolling sphere bounces for no reason

Hello everyone, i have a simple plane and a simple rigidbody sphere that i add force in update and it rolls. The problem is that it bounces for no reason. Its one single collider It bounces on any...

View Article
Browsing latest articles
Browse All 62 View Live




Latest Images