Does anybody know were i can download Super Metroid/Samus SNES Assets...
I would like to recreate super Metroid using unity. 2D I just need a template or something to go on and I don't know how to get started can anyone help me out here?
View ArticleHow to reduce the size of Unity build for Windows platform ?
Just try yourself (i have **Unity 5.3.1**) : Create a new empty project, build it (File > Build, select "Windows" as platform). The size of the total exported files will be **26 MB** (16,2 MB for...
View ArticleEditor Works, Build Not
In my game, I have public GameObject prefabs and in a script I change their sprites. It works perfectly in editor but it fails when I build it. I checked output_log file and everything seems fine. I...
View ArticleError building Player: CommandInvokationFailure: Failed to re-package...
I receive this error when trying to build my games. I tries some answer in unity but still no luck. I am using Unity 5 Personal Edition, android SDK v25.1.1. Can someone try and help me here? Thanks....
View ArticleiOS font missing when build is nested in another project only after Unity 5.3...
We have been building our project on WebGL, iOS, and Android since Unity 5 was released, keeping up-to-date with all the latest patches and releases. We jumped from 5.2.3 to 5.3.2 and iOS fonts stopped...
View ArticleProblem creating/installing apk with google cardboard sdk
I have been trying to create an android application using google cardboard. Without the google cardboard sdk I can create/install files fine but when I add it I get this problem: ![alt text][1] [1]:...
View ArticleHow to reduce initial build size for Android
Hi, I recently published my first app on various plarforms including Google Play...(get it here if you like ; ) :- https://play.google.com/store/apps/details?id=com.KuXueGames.FlagzNew I got generally...
View ArticleNot working after Build
Hello I have a script that plays audio using new WWW("file://"+Path); It is working when i hit play inside Editor. And I also have a object that if a player is nearby will pull player to him and move...
View ArticleLights in build looks different from editor
Hi, I have a problem, when I build my scene, the lights are totally different from the game view, I tried a lot of things, but I always have the same result... Difference : ![alt text][1] Here is my...
View ArticleCrash in build when reloading level with a Sprite Renderer in the scene
I am getting a crash after reloading a scene in Unity when there is a sprite renderer in the scene. **Some details:** It doesn't crash after the first time reloading, but a random number of reloads....
View ArticleBuild Failure : Failed to sign and package the application. Check the editor...
Hi~ I was building VR sample project to Tizen phone but I had this problem. The error message is "Build Failure : Failed to sign and package the application. Check the editor log for more detail". I...
View ArticleiOS build not starting on cloud
Hi, so our problem is that whenever we start an iOS cloud build, it will appear to be waiting to start (with the clock symbol and all), but then it just dissapears like 5 - 10 sec later. The build...
View ArticleGame works fine in editor. Bugs out super hard in built version. Look...
Error I receive in the logs from the built version. Look rotation viewing vector is zero Script private GameObject player; void Start () { player = GameObject.FindGameObjectWithTag("Player"); } void...
View ArticleWebGL doesn't work when using UnityEngine.Advertisements
Whenever I try to build to WebGL, I receive the following error: Assets/Scripts/SettingsButtons.cs(98,17): error CS0246: The type or namespace name `ShowOptions' could not be found. Are you missing a...
View ArticleError building Player: CommandInvokationFailure: Failed to re-package...
I cannot seem to build and run an android application. Even just a basic plane, cube, light, and camera scene will not build. I get the dreaded "Error building Player: CommandInvokationFailure: Failed...
View ArticleNot letting me build the game, no error.
I built my game following the "Roll my ball" instructions but after making the game when I went to build it The save button is unresponsive, no matter how many times I click save nothing happens but If...
View ArticleOculus virtual reality sdk in build script in Unity 5.4b
In Unity 5.4b3 they added > VR SDK list is per build-target.> Dependencies (dlls, etc) will be copied to the build for every sdk in the list. when building a unity project via a build script,...
View ArticleGUI Element Sprites Missing Upon Build
I've been trying to build my game and I've noticed that when I build my project all the GUI elements are pink as if the sprites for the, were missing. All the sprites for regular gameobjects were found...
View ArticleBundle Id with underscore in Unity Cloud Build
Hi, I can create some Bundle ID with underscore symbols in Unity Editor but when I try to set this Bundle Id for IOS build in Unity Cloud Build service I have some trouble. The page say that underscore...
View ArticleParticles not showing in build but are in editor play mode
All I need to put is the images and you can see for yourself... The game in editor play mode:  The game in build:  In...
View Article