Unity3D is a commercial development platform for creating games, interactive 3D applications, training simulations, and medical and architectural visualizations.
0
votes
0answers
9 views
Fog shader camera
I have some difficulties with my vertex-fragment fog shader in Unity. I have a good visual result but the problem is that the gradient is based on the camera's position, it moves as the camera moves. ...
3
votes
1answer
18 views
Pre-apply parameter to javascript function and use that as an object to send into another function
I have one complex function. I planned to send a function into it.
function ComplexFunction( customFunction : function)
{
//Complex things
customFunction();
//Complex things
}
But the ...
0
votes
0answers
10 views
How to install the latest zigfu on untiy 4.1.3 on a windows 7 pc
I tried to find tutorials on installing zigfu with unity on windows, but all there were no latest tutorials..
so how to install zigfu in unity 4.1.3
1
vote
0answers
14 views
Strange error with Unity3D when using my own plugin Dll file
I am trying to create a AR plugin for my Unity Project based OpenCV. If i create the dll (based C++ )file target .net framework 4.0, it worked well if i didn't put it inside asset folder but outside ...
0
votes
0answers
7 views
Unity3d Understand Voxel terrain
I can't understand how create procedural world. I found article about voxel terrain generation, but it's only video or pictures and i found some terrain engine, but i can't understand it. I wanna ...
-3
votes
1answer
19 views
What would be the ideal engine for a multi player geolocation game [closed]
I am interested in developing a location based multi-player game for iOS. The game will include these specifications:
Game environment is a 3d map based on a real open street map or google API with ...
-1
votes
0answers
23 views
Program to make models for untiy 4? [closed]
Just wondering if anyone knows of a good program that can be used to make models to import into unity 4 for use with android applications. I plan on making some trees for a live wallpaper but there ...
0
votes
1answer
30 views
How do I jump a fix distance in Unity 3d?
I have a Controller which moves my object diagonally. The left arrow should move the player forward and to the left 45 degrees, and the right arrow the same to the right. I would like to move the ...
0
votes
1answer
11 views
How to make Vuforia stop tracking in Unity?
I've been looking for a way to stop Vuforia engine from tracking, and googleing didn't help at all.
I wanted to stop tracking when I found a tracker, and then resume trackng after an event (like a ...
0
votes
1answer
19 views
Need help enabling android builds on Unity3d
I am a .Net developer and hence completely unaware of java terminology. Sadly, to build my Unity4 games, I need to install the jdk and other android tools. I have already downloaded sdk bundle for ...
0
votes
1answer
40 views
instantiate coordinates C#
i'm doing a game with unity with RPC networking and i want to spawn player in specific coordinates. Here's new player spawn code:`
[RPC]
void JoinPlayer(NetworkViewID newPlayerView, Vector3 pos, ...
0
votes
1answer
15 views
Unity3d, Particle system with prefab as particle
Using the built in particle system in Unity3d (version 4.1.5) is there any way of specifying a prefab (or GameObject) as the particle?
Thanks in advance.
0
votes
1answer
9 views
choose profile pic in unity3d for android/ios
i have my profile page displaying user information.
This page has user's image and i want to allow user to choose his pic.
So is there any way to open dialog box to choose pic from android/iOS device ...
0
votes
1answer
13 views
Play an animation when touch moved is certain distance from touch began
i am new to javascript and unity and i am trying to make an animation trigger when the touch moved position is +100 to the right of touch began, so i have also tried +500 and +1000 and it seems that ...
0
votes
0answers
15 views
Passing Data Objects to Unity Scaleform AS3
What I've read says to use reflection between C# and Scaleform. This works for the most part for triggering interactions and functionality between the MVC, but I was just wondering what would be the ...