Please any one know how to fix this error. error must be in the manifest.xml...
CommandInvokationFailure: Gradle build failed. C:/Program Files/Java/jdk1.8.0_192\bin\java.exe -classpath "D:\Programs\Unity...
View ArticleGetting a downloaded scene from the asset store to your scene in your game.
When I drag a downloaded scene from the asset store into my scene, it says unknown error. Not sure how to fix this problem.
View ArticlePrefabs.MergePrefabs on entering PlayMode takes almost 4 minutes
**Cross post from the unity forums where the issue is being ignored.** My project takes almost 4 minutes to go into PlayMode. Same goes for going out of PlayMode. What's weird about this is that this...
View Articleandroid Manifest merge error,android Bulid Error...
I implemented Facebook login using Facebook SDK, GooglePlayGame SDK and FireBase SDK. I get an error when I try to build an Android. CommandInvokationFailure: Unable to merge android manifests....
View ArticleHow to properly merge two projects, when one of them was derived from the...
I think many of us have been in this state and this question has been asked before to no avail, so here's the issue: Two projects, A and B. Project B was initially a copy of project A and a ton of...
View ArticleXmlException: 'activity' is expected
Hello, I have a problem with my AndroidManifest. I import a plugin on my project and I try to merge 2 manifest at one because new plugin have his own AndroidManifest. After many Google research I found...
View ArticleMultiple developers working on the same scene
Hello, We are a team working on Unity Pro, and we struggle on 1 point: working together on the same Unity "scene". If 2 people edit the same scene, the merge is very long and almost impossible in some...
View ArticleError CS8300 Why am I getting this merge conflict? Unity bug?
![alt text][1] ![alt text][2] [1]: http://joxi.ru/DmBlan9hJqjqeA.png [2]: http://joxi.ru/Vm66MvNh43X3Om.png One day I wrote this script and next day I suddenly got a ton of this useless text appeared....
View ArticleHow to make dynamic shape adjustment to another shape
Hi guys i was wondering how to create a shape adjustment with two objects which specifically could be described as the independent cells, one of which is static, and the second one is dynamic and...
View ArticleCommandInvokationFailure: Gradle build failed
I am using Unity 2018.3.0f2. Build tools 28.0.2 and sdk tools 25.2.5. I am getting the following error while building the apk: CommandInvokationFailure: Gradle build failed....
View ArticleUnityYAMLMerge error: Cannot find transform parent for fileID
Good day. I hope this is the correct place to post this question. If not, please feel free to point me in the right direction. I have my Unity project set in a repository shared with my dev team, using...
View ArticleGradle error after Facebook SDK update
Hi everyone i recently updated my Facebook SDK and keep getting this Gradle error when i try to build the apk * What went wrong: Execution failed for task ':processReleaseManifest'. > Manifest...
View ArticleWhich files are mergeable with Unity Smart Merge?
I was searching about Unity Smart Merge (with git), and lots of people used different setting with this. Some say Unity Smart Merge can merge `*.meta, *.unity, *.asset, *.prefab`, others say Unity...
View ArticleIs there a way to put images on each side of a cube,so that only clickable...
*Details* : I have a cube that is rotating,but now I want to put small images on each side of the cude and those images would be clickable objects
View ArticleProblem when merging object with Probuilder
When I merge two objets in Probuilder I get a new object whose I cannot grab/move its vertices, edges or faces (like it is not Probuilderised). When I try to pick/move an edge I get the following...
View ArticleUnityyamlmerge parsing error
When I try to merge a scene (Sandbox.unity) it prints the following message with the error: ` Merging: Project Chemistry/Assets/_Scenes/Sandbox.unity Normal merge conflict for 'Project...
View Articleconnect a cube and a circle in unity editor ( not by code please)
Hello everyone, For now my pj is a rotating cube. Works fine. I want to connect a circle, which will be the head of it. How i do this in unity editor. This is not part of the gameplay so no code...
View ArticleCombine two game objects destroy them and create a new one
Hello everybody, I'm new to Unity and have the following problem: I'm trying to develop an idle game in which two characters can be combined and a better character appears. You know the game principle....
View ArticleUnity Collab
I'm about to go crazy. I really need help about collab issue. Before I see that error, I imported WinMerge after a recommendation. Could this have caused the error ? Or something else idk... Thx for...
View ArticleIs there a way to merge 2D tiles into one mesh?
I'm using a shader to add checkerboard pattern to my 2D tiles but since they're not one mesh the UV's are tiled as well and don't spread over the whole tile group. Is there a way to merge the tiles...
View ArticleUnity Smart Merge, GitBash, and P4Merge Tool not working together
I am having an issue with Unity Smart Merge where it will not open the backup merge tool if it fails to automerge. The error I receive is: Unknown mode '"%programs%\Perforce\p4merge.exe"' on line 20....
View ArticleMerge two gameobjects and create a new one unity2D!
Hello everyone. I'm making a game like 2048: shoot and merge. it's a little different than the normal 2048 and that's why I can't find any help anywhere. I designed the game in a way that is will...
View ArticleMerging meshes
Hi Everyone, i'm trying to merge meshes with different material on a single mesh with different submeshes associated: every mesh i try to merge is considered as a single submesh of the new generated...
View ArticleWhen I merge 2 objects it spawns 2 objects
I just started to make a merge game. I try to merge 2 objects but because the script is in both of the objects it repeats the script 2 time and it spawn 2 objects instead of 1. Here is the code. using...
View ArticleScript to Merge terrains tiles into one?
Hi, is there a script to merge terrain tiles into one terrain? Kind Regards, SkandY
View ArticleIs there a script to merge terrain tiles into one terrain?
Hi, is there a script to merge terrain tiles into one terrain? No stitching needed, just reconfigure tiling. Kind Regards, Skandy
View ArticleRevision Control Diff/Merge : SourceGear DiffMerge "Eye" Icon Not Appearing
Hi, Like the title states, I have `SourceGear Diff/Merge` installed and have used it before, but its been quite some time and can't get it to work. The "eye" icon that should appear in my...
View ArticleMerge Mechanic finding nearby objects to "Merge in Bulk"
I'm trying to make a top-down game similar to Clash and TopWar with the merge mechanics. At the moment I have the ability to merge using the code below. private void OnTriggerEnter(Collider collision)...
View ArticleHow can i merge two balls on drop
how can i merge two balls when i drop them and they collide then merged. After merging, they create a bigger balls with heavier mass and greater force
View Articlemerge 2 skybox shaders
1 Shader uses a cubemap of a starry night and renders it as the skybox (Blendedly lerping through 2 cubemaps, a dark one and the starry night one) and the other uses a mask to make a crescent and a few...
View Article