Build on android problems.
Hello ! I just started working on unity. I'm making an android rpg but I have a problem on the device. On pc everything works perfect , when I try the game on mobile the quest system and the inventory...
View ArticleFailure generating network code, when I create script file.
So, Like in subject. When I create whatever script file, shows up Error: "Faulure generating network code". If I open up console, see that: "UNetWeaver error: Exception :System.BadImageFormatException:...
View ArticleHey guys, the following code gives me a StackOverFlowException and I'm just...
To be more specific, the weight section, highlighted in bold. public class ItemBaseStats : ItemBase { private int weight; private int value; public int Weight { get { return Weight; } **set { Weight =...
View ArticleFailure generating network code, when I create script file
So, Like in subject. When I create whatever script file, shows up Error: "Faulure generating network code". If I open up console, see that: "UNetWeaver error: Exception :System.BadImageFormatException:...
View ArticleArray index is out of range??? (Day Night Cycle Script)
Hi unity community I got this error and i dont know what it means: IndexOutOfRangeException: Array index is out of range. DayNightCycle.ChangeTime () (at Assets/Models +...
View Articleproblems with bone animated models from Blender: I have no preview in unity
Hi. I want animate some models in blender, with bones, but if i impoting the models in unity i have no preview window. In the Picture I have save a .blend file with some bones, without a animation, to...
View ArticleError from the Time Of day asset??
Hi unity community, So in my projects i've imported the Time Of Day asset, but it gave me an error?! This is how the error goes: "error CS0103: The name `Profiler' does not exist in the current...
View ArticleGiving Error when adding a new script
do anyone knows how to solve this problem it gives me an Exclamation mark in the console window without a reason I tried solve this by uninstall Unity then re-install it again but it didn't work Note...
View ArticleI Have an C# error and I can't fix it @username
In line "block = Instantiate (Blocks [Random.Range (0, 5)], BlockSpawnPos.position, Quaternion.identity) as GameObject;" has an error @username using System.Collections; using...
View ArticleErrors in console,I have been trying to work on a 2D world and as I was...
I was working on a 2D world and i soon realize that i had 2 errors one saying (Assets/player_control.cs(5,8): error CS1525: Unexpected symbol `object', expecting `class', `delegate', `enum',...
View ArticleI have an error on a C# script @username
I the line "GetComponents().addforce (Vector2.right * power);" there is an error saying "Type 'UnityEngine.Riidbody2D[]' does not contain a definition for 'addforce'and no extension method ' addforce'...
View Articleerror CS1061: Are you missing an assembly reference?
Hello, The Console is giving the error: error CS1061: Type `UnityEngine.Component' does not contain a definition for `attachedRigidbody' and no extension method `attachedRigidbody' of type...
View ArticleCloud build with google play games give me an error
When i'm trying to make a build in Cloud Build i get an error, i attached a screenshot and txt with compact log, help please. I'm trying to resolve this problem for two weeks :c![alt text][1] [1]:...
View ArticleI get an error "CommandInvokationFailure: Failed to re-package resources."...
Hi there, This is my problem, I tried many methods but didn't work. Tried Unity version: 5.4.5f1 and 5.6 Facebook SDK: 7.9.4 First I built my game on Android, It ran perfectly. Then I have integrated...
View ArticleError 1525, making 2D game,2errors,Unexpected symbol, WaterHoseParticles.cs
using UnityEngine; namespace UnitySampleAssets.Effects { public class WaterHoseParticles : MonoBehaviour { private ParticleCollisionEvent[] collisionEvents = new ParticleCollisionEvent[16]; public...
View ArticleUnknown type name 'GADNativeCustomTemplateAd'; did you mean...
I am facing these errors when I build for xcode for ios. Can anyone help? Screenshots attached. ![alt text][1] [1]: /storage/temp/92278-unity-xcode-errors.jpg
View ArticleNeed help with Google Ads and Analytics Error - Missing Method Exception
Dear Community, I receive the below console error message and am not sure where to start. The error message count increases very fast, even when the game is not in Play Mode. I have loaded Firebase,...
View ArticleUnity 5.6 upgrade pains
I've noticed that after upgrading scripts using AudioReverbFilter.roomRolloff and UnityEngine.Experimental.Director.DirectorPlayer stopped compiling (members no longer exist). How to fix them?
View ArticleCrash on iOS build device UnityInitApplicationNoGraphics function -Dynamic...
We are embedding Unity in a new Dynamic Library. We can successful initialize the runtime but the library immediately crashes after executing the following UnityInitApplicationNoGraphics function....
View ArticleHow can i get Viking Village to work with error code?
I am very new to Unity. I have downloaded and imported the game but it requires an API Update. I updated it and still get a bunch of error code. I need help desperately![alt text][1]. How do I get the...
View Article