Errors between published and unpublished
On several occasions I have programmed features or entire sections of a game, tested it, and it works fine, with no error lines, but then when publishing it to an executable, features that previously...
View ArticleI apologize for the 'irrelevance' of this question... but?
I use unity roughly 10-14hrs a day (full-time job and at home in contract/personal work) as an artist and really just have to ask: Is there ANY way to have unity itself round transform numbers to a...
View Articlesound question
Hi, I have a question that is a little perhaps out of place here, but it's the best place to ask. Does anybody know of a FREE sound editing software that I can use to make sound for my games. I want to...
View ArticleScript Editor "Edit" button not showing
I'm trying to write a script in Unity, but when I open the script editor the "Edit" button doesn't show. Could this be because I don't have a default script editor? Thanks for the help! -Rov
View Articlehow do i change the color of basic water
I’m trying to change the color of basic water in my game from the normal blue to a light green I have tried changing both horizon color and changing the textures via gimp I even saw a forum post from a...
View ArticleHow to Edit variables of Scripts in A list?
Ok, so in C# Im using a List of my script with variables I want to change for each list entry. How would I make a foldout manu to change that variables in each List entry?
View ArticleAcessing array / list from Gizmos in editor
Hi, I'm trying to access an element of an array / list that is set in the inspector during "editor time" (not playtime). Bar contains several values in the inspector. **Doesn't work:** public Bar[] bar...
View ArticleWhat happened to my scene? Editing it and *pooof!* gone!!
My very first real scene. It was going great and I'd just gotten my lighting just right. Suddenly (and boy do I mean that!) almost everything I'd done in the last 2 hours was gone! I know - I should...
View ArticleHow can I edit a script?
Every time I double click on a script I created, mono develop pops up on the dock and I force quit it because it never opens. Then it opens unitron, when I edit a script there, Unitron starts to stuff...
View ArticleHow can I prevent the children of a prefab from being edited/selected
How do I prevent the children of a prefab from being either selected and/or can I prevent the transform of a child from being modified? Example I have a animated game object and a physics trigger under...
View ArticleHow to edit a skybox
I wanna add a image to a sky box i do not know how can any of you tell me how ?
View Articlefreeze selection in editor view?
Hello i'm creating a vertex editor for unity. But now i want to keep my object selected while dragging outside and over the object to get a rectangular selection of vertices. right now when i click in...
View ArticleAnimating a character
I've only made first person games so I'm trying to make one in 3rd person. I downloaded a character from mixamo that was free and was gray and blank. What I need now is to make the character look more...
View ArticleHow do you create a new material?
I created a new texture for a project, but realised it was not it the correct .mat format. How do I either convert from .png, or create a .mat?
View ArticleCan we have the player creating the trajectory of a car before a collision?
I'm creating a game that will simulate all sort of collision, where player can create the weirdest and the most realistic collisions. so I have to have the player decide the starting point, the...
View ArticleHow to edit models in Unity?
I am having a problem with a model in Unity, or actually most models I come upon. When I import the model(s) (.3ds, .obj, .fbx, etc) everything works fine. I have the materials and textures all set and...
View ArticleMulti Object Editing
I am creating a custom script editor where I wish to be able to edit multiple objects. The key points as I understand them are: -the [CanEditMultipleObjects] attribute is obviously required -I need to...
View ArticleEditing Animation Clips
Hello everybody, I have a simple animation question. I am wondering if you can extend certain portions of an animation clip. For example, if an animation clip is six seconds long, and I want to extend...
View ArticleHow to place 3D prefabs in a custom editor window
Hello, I'm working on a tool to aid designers in level editing work. I would like to have a custom editor with a sort of palette of common prefabs, used to create a level. I need this custom editor to...
View Article