Asset Server - Merging moves and changes/new files fails?
So, I've noticed that it seems like the flakiest aspect of the Asset Server is how it handles when one user changes or creates a file and another user moves the folder containing that file. So, imagine...
View ArticleHow can I combining two players to make one ?
Hello I'm a total newbie on Unity I hope anyone can help me I want to create a Shoot Them Up where two player (two spaceship) can do a merge together to make one ship on one distinct input, after that...
View ArticleMy enemies merge when they come towards me
public Transform target; public int moveSpeed; public int rotationSpeed; public int maxDistance; private Transform myTransform; // Use this for initialization void Start () { GameObject go =...
View ArticleUnderstand how to do continous wall's mesh
Hi...i read a unity's documentation for create a mesh... I have a question: I have create a mesh with two triangles (rectangle plane), if i create a second mesh, how do i merge with first for have a...
View ArticleMultiple Plugin and AndroidManifest.xml
I have Vuforia plugin and Unishare in the same project and they don't want work together. I want also add more plugins. I have already read this :...
View ArticleAsset server emptying whole scene while Merge or Discard changes!
Hello everyone! It seems the Asset server dissapointing here! We are two people only working on a project, I am new to the asset server but I have been used Microsoft's SourceSafe for a while. The...
View ArticleHow to merge Camera outputs/render-to-texture
Hi there, I'm creating an in-game omnidirectional camera of 270°. Since I presume Unity doesn't support it by default I created 27 cameras attached to each other where every camera has a FOV of 10°....
View ArticleMerge 2 images into 1 real-time
I have 2 images, 1 from file, the other one is a photo of the player, I need to put the 2nd one in the 1st one (at specified position, smaller, of course) and save the newly-created picture to file....
View ArticleDifferentiate an overlapping collision from just touching
So, I have a grid and you can build fixed size walls in that grid. I'm using simple onTriggerEnter/onTriggerExit to determine where I can/can't build walls. Now the problem was, onTriggerEnter is also...
View ArticleWhat's the Script for Combining Prefabs
Hi Unity Community! I'm designing my game's characters using a ton of cube prefabs and I would like to combine them into a single mesh/prefab so I could use it as my player's graphics. I'm new to...
View ArticleMerge 2 objects together.
What i want to do is merge 2 objects together so it becomes one game object , and turn it into a prefab . my object is an acog scope and it doesn't have a scope reticle so i put a sphere as the reticle...
View ArticleHow do you merge objects
How do you merge 2 object to make one object , mines an acog with a sphere . just so i can attach it to a variable properly
View ArticleAbout merging meshes and their normals
Hello all, This is my first question here ever. Sorry for the long post! The situation: I have a room model that can have up to 4 possible doors (one for each side). When there is no door at the side,...
View ArticleUnity Pro and SVN'ing *.unity files
In Unity Pro I can force all unity files to be in text format, which would enable automatic SVN change merging. But "automatic" means "error-prone" so I would like to know that for sure before I start...
View Articlehow to merge object same as Parent Child ?
Hi, I have Object A and Object B. now i want to attached both the ojects. So i have make Object A as parent of Object B .But the problem is that if i move Object B then object A is not moving but if i...
View Articleunable to merge androidmenifest
Error building Player: CommandInvokationFailure: Unable to merge android manifests. See the Console for more details. C:\Program Files (x86)\Java\jdk1.6.0_31sad\bin\java.exe -Xmx1024M...
View ArticleCombine meshes, Weld planes together
Hello! I need to combine meshes, but once I apply the texture, it must stay constant between meshes. So I'd like a way to easily merge quads meshes or draw a very complicated plane made of several...
View ArticleHow can I merge scenes with Perforce?
I currently have Unity 5 installed and have hooked up UnityYAMLMerge as per http://docs.unity3d.com/Manual/SmartMerge.html . When I go to resolve a scene file, I get the following error dialog, "Error...
View ArticleScene number effect apk file size?
hello every one I want to know if I merge two scene and make it one scene my apk file size will reduce or not? thanks
View ArticleGeneric Variable Parameters
Hi there, I'm merging two instances of a custom class, and currently I go through every variable like so (There's many variables.): if (c.characterPortraitWidth != null) { characterPortraitWidth =...
View Article