I am a beginner game developer and I have been working in Unity Engine since I came up with a realization that I should put more focus and effort on the fundamentals and rather than using Engine, I should do it purely by using OpenGL, SFML, and Cpp for better understanding. So I have made ..
Category : unity3d
I am trying to detect AruCo markers from image data sent from Unity to OpenCV c++ dll. Versions OpenCV:4.5.0/4.5.1 Unity : 2020.1.17f1 Aruco dictionary : 6x6_250 family and AprilTags 36h11 family The problems I am facing is: i) when I use a camera and send each frame(as shown in code here), detectMarkers() function works but ..
I am facing severe problems with building my app "VolarPro" using IL2CPP. My test setup: Unity: 2020.3.3f1 Device: Samsung Galaxy Tab S3 Tablet Android Version: 9 Details: I have developed a simulation game targeting Android OS. The game logic is on the main thread, the simulation part (ODE solvers) is running on a seperate thread. ..
I have a unity project with openGL and I want to perform fast computation with CUDA on a texture. Therefore, I thought I could send the native pointer of the texture in unity to a dll (with this function: https://docs.unity3d.com/ScriptReference/Texture.GetNativeTexturePtr.html) and register the texture in CUDA using OpenGL interoperability functions. The unity code : using ..
I use Unity to build a 3D environment, and I want to embed it into an application on Windows/MacOS since it is easier to write a GUI application using Qt or Windows Form. Could anyone give some suggestions? Thank you. Source: Windows Que..
I’m looking for some help finding the source of a crash, and any help or ideas would be much appreciated! I’ll post a few relevant lines of code, what I’ve tried and what I’ve suspected, and then I’ll post my logs. This crash has been happening for 1-3% of my iOS users. It has occurred ..
I am currently using Unity multi display function. When I run my Unity app, it creates two windows in the task bar. One for each display I have. I am able to – when the program starts – get the active window by using GetActiveWindow(). I have managed to manipulate this a little bit, but ..
I need to run an Unity project with Vuforia, compiled as UWP application on a Windows 10 PC. I’m trying UWP format because Vuforia don’t support classic windows build. Inside Unity Editor everything works perfectly in game mode but compiling it as UWP Exe some dlls are missing: vccorlib140_app.dll vcruntime140_app.dll vcruntime140_1_app.dll I tried to download ..
I’m trying to learn a few things, but I’m kinda stuck and I don’t know where to go from here. I’m either blind or just confused. I’ve been looking at some scripts from here: Answers.Unity Right now, I got the background transparency working on my main screen, but I’m wondering what I should do to ..

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? How to fix it? Source: Windows..
Recent Comments