3D Clothes Dress Up (No Animation)
Hi, I'd like to start by saying I have absolutely no knowledge of Unity. I have a Uni project which is a "build your outfit" website for females. I have developed the 2D part of the outfit design...
View ArticleWebGL error: "Could not produce class with ID 210"
Hi, I am working on a WebGL project with asset bundles. Everything seems to work but I am getting the following error when I enable 'Strip Engine Code': "Could not produce class with ID 210" I don't...
View ArticleFMOD returns error code 78 (FMOD_ERR_UNIMPLEMENTED) executing setMix
We are getting lots of FMOD errors in WebGL build with Unity 2017.3.1p4. What might be causing this and is there any fixes or workarounds? b14b32a200649d0650c1a6ff3db39cf4.js:1 FMOD returns error code...
View ArticleBuild stuck on "build native binary with IL2CPP" and will show these errors
Hello, I'm trying to build a build for the WebGL platform. Unfortunately, at the end of creation, everything is stuck on "build native binary with IL2CPP". Unitsy then throw these errors into the...
View ArticleBuild stuck on "build native binary with IL2CPP" and show these errors
Hello, I'm trying to create a build for the WebGL platform. Unfortunately, at the end of creation, everything is stuck on "build native binary with IL2CPP". Unity then throw these errors into the...
View ArticleWebGL UI cropped on windowed mode
Ok this is a simple problem but I cannot find a solution to it. I am exporting my game for WebGL but the UI does not fit on the windowed mode of the game. More details: - UI Canvas reference resolution...
View ArticleWEBGL : __GLOBAL__sub_I_Thread_cpp_17891 is not a function
After uploading a game on kongregate i'm having this error. It happens only on firefox. In chrome is all fine. Do someone know about it?![alt text][1] [1]: /storage/temp/112610-screenshot-1.png
View ArticleDynamically created Tilemap tiles render in editor and Android build but not...
My last two projects have been using Tilemaps with small sprites to dynamically create tiles. The previous one I didn't finish (7DRL), so I didn't get around to addressing deployment, but now I'm...
View ArticleApplication.streamingAssetsPath not working with WebGL build
I want to load a XML files from a folder in the StreamingAssets. I have put them there becouse they were not included in the build. So far I have been using this: System.IO.DirectoryInfo dir = new...
View ArticleSending messages to webgl game on website(wix)
Hi, I am trying to make a game that has functions that run when called from another application. Is there a way to call functions from an embeded webgl unity game in wix?
View Articlehow to check camera permission in webgl?
I'm trying to make an error if webcamera is blocked or there is none. I've tried with this code public class ExampleClass : MonoBehaviour { IEnumerator Start() { yield return...
View ArticleSend POST request to HTTPS
Hello, I'm sending my post request to **HTTPS** page `https://example.com/index.php?fc=module&module=mydemomodule&controller=display` this way: IEnumerator CaptureScreenshotAndPost() { byte[]...
View ArticleSave file is not detected, persistentdatapath changed?
I had to update Unity from 5.4.3 to 2017, because I updated to newer Mac Os version, and Unity started showing empty project. I built my game as webgl, now the save file is not being detected. Did...
View ArticleUnity WebGL audio not looping when started with playdelayed()
I have an audioSource in which loop is set to true. I am starting it playing by calling playdelayed() In the editor its plays fine. In a webgl build it does not loop. It just plays once. Also in...
View ArticleDoes SerializeField and System.Serializable affect build performance?
I'm using System.Serializable and SerializeField a lot in order to see the data inside my fields to make my work easy. Should i remove them when building? I'm building for WebGL if this information is...
View Articlewebgl stutters on full screen but have great fps
I created a very simple 2d game with corgi engine and deployed it to my website. Its running great on windows but as soon as i hit the fullscreen button when running it on a mac, the game stutters as...
View ArticleDecompiling Unity 2017 webgl
Hello, I have a project where I've lost some important code files because of bad use of source control. The only thing I have left is a webgl build of the latest working version. I've been searching...
View ArticleUnity Twitch chat on WEBGL
I got error Socketexception : Invalid handle on WEBGL it doesnt work on browser. Anyone can help me ? I am using unity 2017.1.0f3 using System.Collections; using System.Collections.Generic; using...
View ArticleC# WebGL I can't connect the database
I have this error in browser : MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure...
View ArticleCan't switch between videos in Video Player WebGL
I created a project that has a video player play one of two videos. The project consists of a **Video Player** that has its source set to **URL**. I can switch between the 2 videos in the Unity editor,...
View Article