How do i build assets then sell them
I'm going to sound stupid but i am trying to sell assets to make money and further my experience how do i make them and further how do i sell them
View Articlefrustrating building problem
i have made a script that is used to navigate levels, it works perfectly in unity, but when i build the project the script does not work! i can't seem to find the problem. could anybody tell me what is...
View ArticleCharacterController not working in build version
For some odd reason, whenever I build my game CharacterControllers don't work in it. They work inside the editor but in the build version they just hover in the air.
View ArticleUNEXPECTED TOP-LEVEL EXCEPTION class name does not match path
I've just upgraded from Unity 3 to 4 and now am unable to build with the error below. It notes that class name (**com/companyname/unity/ad/R$attr**) does not match path...
View ArticleShadows are buged for me...
Well... When i tried to add shadows to my Game everything was fine at first, in the editor i could even hit play and had shadows everything like it should be, but when i build my game and start its exe...
View ArticleFog Problem After Build
I've enabled a fog in the render settings in my scene but after building and running the game, the fog did not work. This problem is only in builds. In the Unity Editor, the fog seems to work. ![alt...
View ArticleWhich project folders go inside unity-build / Trimming build size
In the unity project top most folder is (usually) "Assets" and inside this folder there are couple folders, some have their own importance based on their names eg: "Resources"& "Editor" and some...
View ArticleShaders do not work in build.
My shaders do not work in a web player build or in a standalone built. They do however work in the editor. I don't use any special shaders, only the standard unity ones.. [Webplayer linke!][1] [1]:...
View ArticleUnity freezes when building a project - when Building Resources Folder
A few days ago, everything was working fine, but from now on, at any project I tested, when I tell Unity to Build it, it will freeze at "Building resources folder". When I check the project page, it...
View ArticleLine Renderer not showing in Builds (Standalone, Mobile and Web)
I created a game where the main character is a ball of lightning...effects are absolutely gorgeous in the editor: http://www.youtube.com/watch?v=nbGb9Db2yY8 But, when I export the game, regardless of...
View ArticleReplacing Files After Build?
hi, how can I replace a file (ex. a texture or a script) after I build the application? is it possible? 'Asset Bundles?'
View Article[Android]Minimum platform required error
Hi, I'm new here and I may be doing something wrong, I'll explain my case: I'm building a simple prototype in unity and the first thing I want to do is build it for android and test it in my device,...
View ArticleRunning two games, one different monitors on the same computer.
Hi, I have been searching for a while and cannot find a solution to my problem. I have two different Unity games, and I would like both to run full screen, one on each monitor of a dual monitored...
View ArticleNot pushing content to device
I am using unity to make a simple 2d game. Previously, during development, I had built to two different devices successfully. However after adding the Facebook SDK, I have not bee able to. It says a...
View ArticleImage is streched after downloading from server
Hello. I have C# code that donwloads pictures from server and shows them: IEnumerator downloadImg (string url) { Texture2D texture = new Texture2D(1, 1, TextureFormat.DXT1, false); WWW www = new...
View ArticleGame crashes after build.
Hello. So I get this error when I build the game: Unity Player [version: Unity 4.1.2f1_911c7369eeac] Village.exe caused an Access Violation (0xc0000005) in module Village.exe at 0023:0030915a. Error...
View ArticleHow to save a level that was randomly generated, so it can be returned to later.
I have kind of an idea of what I want to do here, but I don't know how to implement it. Basically the over world of my game is created using this CubeGrid script. public class CubeGrid : MonoBehaviour...
View ArticleCar Tutorial
First of all, thanks for the Car Tutorial. I am learning a lot from it. I do have one big question though. I am testing the Alternative Prefab cars (much better physics emulation than the default)....
View ArticleBuilding the scenes
This might sound stupid but I can't find a way to get my maps loaded. The problem is that I can't get my scenes in the building set up. ![alt text][1] How do I get my scenes in there? I have saved the...
View ArticleBuilding the Scenes
So I am making a multiplayer fps however the maps won't load. I can't seem to be able to build the scenes. When I go to file -> build settings I get this![alt text][1] I have watch a few tutorials...
View Article