Error CS1525: Unexpected Symbol ')' on lines 13 and 14
I am pretty sure there is a simple fix that I cannont see. Here is my code: using UnityEngine; using System.Collections; public class FlyShip : MonoBehaviour { ShipMove MoveScript; MouseLook AimScript;...
View ArticleCommandInvokationFailure: Failed to re-package resources. APK build error.!
My level of English is not very good. It gives an error on empty and full project.I do not use advertising.I'm new here. my system win10. Please help me.Thx. SDK:...
View ArticleCan't build apk getting error
Below is what appears in the console after trying to compile: CommandInvokationFailure: Failed to re-package resources. See the Console for details....
View ArticleAn object reference isn't set in a certain function while it is set in the...
I have a script with a public variable as a reference to a prefab. I have set the variable in the inspector and a print(reference) give me the correct prefab at almost every point in the code. but in...
View Articlehow do i resolve this problem?
CommandInvokationFailure: Failed to re-package resources. See the Console for details. C:\Users\Fernando\AppData\Local\Android\sdk\build-tools\24.0.0\aapt.exe package --auto-add-overlay -v -f -m -J gen...
View ArticleAssets/sprits/point.cs(24,39): error CS1525: Unexpected symbol `Destroy'
using UnityEngine; using System.Collections; public class point : MonoBehaviour { public TextMesh currSco; public GameObject ballPref; public Transform paddleObj; GameObject ball; int score; void...
View Articleforce close on new update
Hi ! Just update to 5.3.5 and now each time i make new project , unity force closing itself. How can i fix this ? Thank you.
View ArticleNull Reference in script after having called other class without a null...
Hello, I'm in the process of creating the backbone for a training system for a tactic driven game. I've set up two means of increasing stats/attributes: doing jobs when the turn ends, and being...
View ArticleAndroid build error aapt.exe after latest SDK updates today
CommandInvokationFailure: Failed to re-package resources. See the Console for details. C:\Users\Zakir\android-sdks\build-tools\24.0.0\aapt.exe package --auto-add-overlay -v -f -m -J gen -M...
View ArticleI'm trying to Instantiate the collided object.
Hi I have a cube and I have a sphere. When the cube collides with the sphere, the cube will be destroyed, then a clone of the sphere will be in the same position and rotation of the destroyed cube....
View ArticleCan't Open Unity Project (UnwrapCL.exe Has Stopped Working)
- This started occurring from last 2 days - i can open the unity.exe but when i open my project it starts giving this error " UnwrapCL.exe has stop working " then i have to force close unity - after...
View ArticleI really need help with this message
I am sending a message to an object, asking it to print some numbers for testing, but when I activate it, it returns a NullReferenceException. What did I do wrong? Sending End: Declare: var bomb :...
View ArticleNot sure what this error is telling/asking me to do?
I watched a video on an interaction script (because I suck at scripting), and I did all according to plan. However, I get this error message "NullReferenceException: Object reference not set to an...
View ArticleFailed to re-package resources
Hi, I'm developping an Android game, and when I try to build it I find this error: Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details....
View ArticleMesh memory leak error
hey, I get this error Instantiating mesh due to calling MeshFilter.mesh during edit mode. This will leak meshes. Please use MeshFilter.sharedMesh instead. but when I use sharedMesh, my script's effect...
View ArticleStuck on splash screen android
I have published my game to the google developer console. It starts, shows the default "made with unity" splash screen, and just stays there. I tried building the game for windows. After creating the...
View ArticleHelp with bugged standard painting tool
I can't paint my scene anymore! This is so annoying! I want to paint it using the circle painting tool, but all tools paint as a oval thing. Any idea? ![alt text][1] [1]: /storage/temp/73849-wtf.png...
View ArticleStart new topic not showing up on asset store forum
This might be a dumb question, but the Assets and Asset Store section of the unity forums doesn't have the Start New Topic button on the top like every other one except this has. Can I even post there...
View ArticleNullReferenceException: Object reference not set to an instance of an object
public void EndSpell () { movement.setCanWalk (true); animator.SetInteger ("Spell", 0); GameObject projectile = (GameObject) Instantiate (selectedSpell.prefab, transform.position, Quaternion.Euler (new...
View Article"Build & Run" Problem
My problem was recently not a problem now it is. I've recently tried to Build and Run my game and all it does is say Building (SceneName) and how many jobs and It never renders out it just stays in...
View Article