Having issues with webgl and animations
I set up my characters animation to fire off a hit animation lock the position and then check the animation normal time (when it's over) to unlock the movement. Fire animation ->...
View ArticlePhysics objects not working after build
i have some physics objects that work perfectly fine when in the editor but when i build the WebGL build and upload it to itch.io they no longer collide with the world and just fall through it
View ArticleIssues with webgl and throttling
I just found out that unity will throttle (update every second) for background processes in webgl. Meaning if your tab is not active and enabled this will mess things up (and especially in my case)...
View ArticleHow can ues self URL for unity new version?
i use old version self URL,but have mistake! Use new version very,but no have self URL,i need this open URL for ios. i need open URL for webgl.
View ArticleWebGL and Canvas Scaling - Canvas won't scale according to Browser Window Size
Hello, I have this pretty annoying issue where the WebGL build of my game won't scale according to the Browser page. Is there an easy solution for that, any Asset Store assets that can help or any...
View ArticleHow to retrieve nested JSON variable - sendMessage WebGL
Hello! How can I retrieve a nested object in Unity with JsonUtility. I have something like this in javascript: grid = { type: "frame", layer_1: { "height": 100, "numberOfComponents": 3 }, layer_2: {...
View ArticleWebGL System.IO.StreamReader error
Hello, I'm trying to use this S3 method to simply get a file from S3 bucket: public void GetObject(string fileName, string folderName, string downloadPath, object scriptable = null, string bucketNameS3...
View ArticleUnity WebGL build error on browser
Hello everyone, I'm facing issues with building my project for the web. After making a WebGL build of my Unity game I'm having this error. I looked on the internet but none of it helped. The game...
View ArticleHow can i hide my data in Webgl Browser Inspector?
Im trying to hide my csv data from browser inspector.. i am making MCQ game and players can easily get exposed data from pressing f12 ingame / browser to win the game, any advice for hiding it. P.s. Im...
View ArticleWebGL render quality / antialiasing / dancing ants
Hi I'm doing WebGL builds with URP the URP setting all have AA on, as do the quality Setting (high) I have baked lightmaps ... but my build get dancing ants for a few seconds each time I move the...
View ArticleWebgl On Ios 15.4
We have been working with the WebView option in my Unity app in which my app acts as display device for my Webgl games. Until recently everything was working fine but now recently on updating to ios15...
View ArticleWEB GL mouse position Input.mousePosition in chrome
I have found a big difference between Web GL export running in Chrome and Unity Editor. Input.mousePosition seems to be wrong in WEB GL, y coordinate is right, but x is completely wrong: it only...
View ArticleBlurry - unplayable WEBGL Build
Hello! I'm been building for web for around 2/3 months my game, to share small features with other team members and hace feedback. But from a couple of days ago after updating unity to 2021.2.18f1 on...
View ArticleHow can I download a pdf file from a webgl type application to the device
I am working on a web application in which I must put a button that downloads a pdf file to the computer or the device that is being used, I am relatively new so I do not know how I can do it thanks...
View ArticleUnityWebRequest check if file exists, without 404
Hi I am trying to write a method which checks if a file exists in the streamingAssets folder of a WebGL build. The following does work; but produces an annoying 404 error visible in the console. Is...
View ArticleI need help with unity/webgl Canvases
I'm working on an online chess game, and im almost done. The last thing that i need to fix is the promotion buttons. So i have 2 canvases, one for the white pawns and a second for the black pawns :...
View ArticleAdd a Cloth Simulation to WebGL
I use CLO3D to simulate clothes. I use FBX avatar and cloth for WebGL build. I need to use a cloth simulation, but when I add the simulated cloth to the project, it's 50 mb in size, and the site opens...
View ArticleWebGL Build Error - Possible SDK Issue?
When I try to Create a WebGL Build *(for context, it's for the Mod the Cube Project, one of the Checkpoints for the Junior Programmer pathway)*, the build fails and I see the below errors in the...
View ArticleWebGL how to add Advertisement and monetize it??
Hi my name is Serkzinawu am an indie game developer, me and my friends developed and uploaded and monetize 2 android games and it was successful and now we are working on the WebGL game for our website...
View ArticleError Occurs in Github Pages But Not Unity Game Engine
I'm trying to use Github Pages with my Unity game, but after I press the start button in my game, I get an error. I don't understand why this is happening because when I play the game in the Unity game...
View Article