if your game has errors , will it be rejected upon submssion to appstore?
if your game has errors , will it be rejected upon submssion to appstore? are games checked by review board or something? for example if your player moves but isn't able to hit the enemy because of a...
View ArticleFailed to create compiler instance
I have following errors: - 'Assets/Game_Data/Managed/Assembly-CSharp-firstpass.dll' shouldn't be queried by IsAssemblyCompatible, missing IsInternalOrCompiledAssembly check ? -...
View ArticleUnity brush problem?
recently, i created a script for tree's falling. The problem is: when i put the script inside the tree and use it in the brush (the tree with the script), unity's editor brush place the normal tree,...
View ArticleIAP gives ERROR_BROKEN_PIPE
Hie everybod, i have been working on a project and im using Google Play Service,Google Analytics and Facebook SDK they are working together without problem but when i import the IAP Service to my...
View ArticleMonoDevelop closing as soon as I try and open it.
MonoDevelop closes as soon as I try and open it. I've just recently reinstalled the entire Unity package again. but it still does the same thing. I'm running MacOS Sierra. When i try and open it from...
View ArticleAnyone Know How to change Arcamera back and front in runtime?
Anyone Know How to change Arcamera(Vuforia) back and front in runtime?
View ArticleAssertion failed on expression: 'changeMask != 0'
today all out of the sudden this error came. i was doing some basic stuff what i did before and this error apeared. i was making a stocks shower for my custom dashboard and it works but and could not...
View ArticleError error CS0266: Cannot implicitly convert type `float' to `int'. An...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class itembuy : MonoBehaviour { public click click; public UnityEngine.UI.Text itemInfo; public float cost; public...
View ArticleWhy is my instance removed by Unity?
Is it possible that Unity destroys instances if a application is not active for a while? I have a static instance of my class GameManager which allows me to access it by any other script in my scene. I...
View ArticleAssets/SteamVR/Scripts/SteamVR_Status.cs(31,17): error CS0117:...
1) Assets/SteamVR/Scripts/SteamVR_Status.cs(31,17): error CS0117: `SteamVR_Utils' does not contain a definition for `Event' 2) Assets/SteamVR/Scripts/SteamVR_Status.cs(36,17): error CS0117:...
View ArticleGame doesn't work
Hey I'm new to Unity and i build and wrote a few scripts for a game. Today after building I pressed the Play button to start the game and see how it works but there happend nothing? I have buttons in...
View ArticleCamera rotation error: "Input rotation is { NaN, NaN, NaN, 1.0000 }
I'm getting the error "transform.localRotation assign attempt for 'Main Camera' is not valid. Input rotation is { NaN, NaN, NaN, 1.000000 }.". The problem with this is that as far as I can tell I'm not...
View Article[Hilfe] error CS1612: Cannot modify a value type return value of...
Ich bekomme hier jedesmal die in der Überschrift genannten Fehlermeldung :( Kann mir jemand helfen und meinen Code anpassen, sodass es funktioniert? using UnityEngine; using System.Collections; public...
View ArticleSystem.Runtime.InteropServices.COMException (0x80040154) Error
System.Runtime.InteropServices.COMException (0x80040154): at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR (Int32 errorCode) [0x0000d] in...
View ArticleUnity crashes on startup
Help, I recently updated my computer to windows 10 and now whenever I try to get into unity it crashes and loads the unity bug reporter. I have tried to send a bug report using the bug reporter, but...
View ArticleUNET host has authority to call Command but client doesn't?
This is my first time posting a question, but basically there is two players in my game running with the built-in unity multiplayer. I spawn in a gameobject with NetworkServer.Spawn(go) The host can...
View ArticleStrange grey image after splash
Hi, I updated to the 5.5 version and used the new splash screen (Free version, with the powered by unity + personal logo). The first time I was using 5.5.03f and the Splash screen didn't load...
View ArticleUnity Asset Store cannot download assets
Hi there, This is not a question, but another solution for a problem that I had been having every time I tried to download assets from the assets store on Windows 10. I would always get the error...
View ArticleReferencing another script error/problem
I am trying to reference another script for my game Pong 2D this is the Ball script for the game At the line "TriggerEvent = RightSideScene.GetComponent(TriggerEvent)();" I get the error "Argument1:...
View ArticleDark walls/Light problems
I started using Unity today, and i've found a 'bug' I think. My walls are fu****ng dark and i dont know why, I took a print of the walls. In the video that i learnt how to use unity the walls weren't...
View Article