About 51 results
Open links in new tab
  1. How to add JavaScript support to Unity 2019? - Stack Overflow

    Feb 22, 2020 · 13 August 2017 All the way back to Unity 1.0, the Unity game engine has supported a version of JavaScript called UnityScript. Today on the Unity blog, Unity have announced that they will …

  2. Calling Unity scripts functions from JavaScript - Stack Overflow

    Dec 17, 2022 · Calling Unity scripts functions from JavaScript Asked 3 years, 2 months ago Modified 3 years, 2 months ago Viewed 3k times

  3. How to call external javascript function from jslib plugin Unity webgl ...

    May 22, 2020 · Learn how to call external JavaScript functions from jslib plugin in Unity WebGL with step-by-step guidance and examples.

  4. What Language is Used To Develop Using Unity - Stack Overflow

    Feb 14, 2011 · Update 2019/31/01 Starting from Unity 2017.2 "UnityScript" (Unity's version of JavaScript, but not identical to) took its first step towards complete deprecation by removing the …

  5. How to call asynchronous Javascript functions from Unity scripts?

    May 4, 2023 · I have been trying to follow Unity's documentation for creating JavaScript files/functions so that I can get access to the web browsers apis to interface with the browsers JavaScript engine. …

  6. javascript - Unity WebGL SendMessage to Unity function error object ...

    Sep 15, 2019 · What unity version are you using ? chances are if it's a new version, you need to use 'unityInstance' instead of 'gameInstance', cause unity renamed their javascript object to …

  7. javascript - WebGL: Interacting with browser scripting unity engine ...

    Apr 25, 2022 · WebGL: Interacting with browser scripting unity engine (build problem) Asked 3 years, 9 months ago Modified 3 years, 9 months ago Viewed 2k times

  8. a javascript error occurred in the main process, Unity hub

    Apr 5, 2021 · After I installed Unity hub and tried to Launch it in Windows 10 , "a javascript error occurred in the main process" appeared. Anyone encountered the same error?

  9. javascript - Unity WebGL build not getting location services - Stack ...

    Jan 14, 2025 · I built a WebGL application from Unity and added Javascript and C # code to get location services from the browser. However, when I start the application, it asks for permission, but the …

  10. Send text message from Unity Client to Javascript server using Unity ...

    Oct 13, 2024 · 0 I am trying to setup a streaming app using Unity and currently Unity Render Streaming plugin is being used with the RTCPeerConnection to stream the video. I edited the bidirectional …