Unity 5.3

Posted on by
Unity 5.3 Tutorial

The upcoming Unity 5.3 release is the fourth version of Unity to support WebGL publishing. We have made a lot of progress since we first shipped WebGL supp. ###Installer Change Installers have been componentized to allow for more control over what’s installed with Unity. Please utilize the Download Assistant for full.

Is the fourth version of Unity to support WebGL publishing. We have made a lot of progress since we first shipped WebGL support as a Preview in Unity 5.0, so we would like to share some updates. Changes in Unity 5.3 Unity 5.3 brings a series of improvements which are relevant to WebGL developers: • The Unity Standard Shader now uses Desktop-quality reflection functions for WebGL. Previously, Unity WebGL would use a simplified version of the Standard Shader built for mobile devices using the OpenGL ES 2.0 graphics library.

Now WebGL uses the same reflection functions as we use on the desktop, resulting in much better quality materials. • Soft shadow support. • Unity WebGL will now handle compression for you if the server is not configured to do it. Previously, WebGL would require you to set up your web server to serve gzip-compressed versions of your files to the clients. Otherwise, you would serve uncompressed data which would mean that downloads would be several times larger than they should be.

As this turned to be confusing and difficult to set up, our WebGL runtime will now automatically download gzip-compressed versions of the data if the web server is not configured correctly to serve the compressed data. It will then decompress the gzip in JavaScript on the client side – which adds a small extra delay to having the compression handled on the protocol level (which still works if your web server is configured correctly), but which means that you no longer need to read your server manual to avoid unnecessarily huge downloads. (See Distribution size ). • Data files will now be LZ4 compressed in memory. In WebGL, you don’t have access to a real file system. For this reason, we will keep all your assets in memory all the time. Download Cracklock Windows Vista 64 Bits.

In Unity 5.3, asset data in memory is compressed using LZ4, and will only be decompressed when assets are loaded. This means that your asset data will use less space in memory, and you will be less likely to run out of memory. • WebGL build files can now be more easily relocated to different urls. All files generated by the build process are now referenced directly in the generated index.html file. So if you want to deploy your build data to an external hosting solution it is now easier to configure, as all the urls you need to set are handily in one place.

Quick Screen Capture 3.0 Crack Code. (See Moving build output files ). • Support for WebCams. 5.3 adds support for the class in Unity WebGL to access connected cameras on any the getUserMedia API.

• WebGL in is now a platform option. Team members can directly test the game/application in the browser. • Improved documentation.