All Questions
Tagged with unity-webgl game-development
7 questions
0
votes
0
answers
55
views
Unity Asset Rendering Distance
So I have some low poly assets I am struggling to get rendered in the distance. They appear Dark Blue. As you can see, the ones closer, render correctly. They only render in the correct color the ...
1
vote
0
answers
189
views
Outline shader not loading in WebGl Build | Unity URP
I finished my web game. When I publish it and upload to itch.io or other game platforms, the outlines doesn't show up.
The game in the Unity editor:
enter image description here
The WebGl Build:
enter ...
1
vote
3
answers
260
views
How do I build my unity project if I need to use UnityEditor.Animations?
Error
Assets\Scripts\Animatronic AI\Freddy.cs(2,19): error CS0234: The type or namespace name 'Animations' does not exist in the namespace 'UnityEditor' (are you missing an assembly reference?)
I ...
0
votes
0
answers
89
views
Unity gizmo outlines show doubles?
We are working with Unity 2020.3.8 and have set up custom outlines via Unity gizmos using the following:
public GizmoLine(Vector3 a, Vector3 b, Color color)
{
A = a;
B =...
0
votes
0
answers
78
views
LineRenderer build issues
I have a line renderer lightning effect in my game, which works perfectly in Unity but unfortunately isn't working when I export the build. I have tried in both WebGL and Windows with the same [null] ...
0
votes
0
answers
149
views
RangeError: Failed to execute 'compressedTexSubImage2D' on 'WebGl2RenderingContext': The ArrayBuffer/ArrayBufferView size exceeds the supported range
I am currently working on a multiplayer casino game. In the game, there is a poker game and after playing 4 rounds of it I was getting this error but when I reduced or compressed the textures now I am ...
0
votes
1
answer
427
views
Configure the LootLocker SDK for unity webgl build to itch.io?
What am I supposed to do here? I am at this point https://docs.lootlocker.com/getting-started/unity-tutorials/getting-started-with-unity/configure-the-sdk and I have no idea what to do.
I want to ...