How to create a .jslib file for unity webGl
I am trying to create a .jslib file but unable to do that with visual code . I am making a plugin for my java script functionality to communicate with each other.
View ArticleNuGetForUnity not working with .NET 4.x?
Hello dear Community, ![alt text][1] I have a project where there have been .dll files used and stored in the "Plugins" folder. Now NugetForUnity has been installed to make the whole process of adding...
View ArticleHow to remove Zenject from project?
Hello there i have a project already in which i have used Zenject plugin but now i want to remove the plugin but i can not figure out how to do that and project is already completed just need to make...
View ArticleUnable to load DLL 'RakNet' when run .aab build on Android
Dear support team, I used libraknet plugin config for android armeabi-v7a platform and which run well in editor Unity mode and android mobile installed by *.armeabi-v7a.apk* file but when build project...
View Articleproject disappeared after addon installation
I installed an addon and the project in which it was within disappeared! what happens?
View ArticleDllNotFoundException: File is present
**Where all does Unity search for its dll files? Will it find them if they are located in a package outside the project? Can the Unity editor use .aar files?** I imported an XR plugin, QIYU XR Plugin...
View ArticleCustom dll does not work with build -> works with editor - Unity 2019.4.38f
I must be misunderstanding the [documentation.][1] I have the following code in a dll compiled in `c++`: #include #include struct Vector2 { float x = 0, y = 0; Vector2 (float x, float y) : x(x), y(y)...
View ArticleHow we can make MSAL unity3d ios plugin?
In Unity 3d ios i need to integrate MSAL login authority. Can any one help me on this.
View ArticleOnInspectorGUI dynamic UI for a Plugin
Im trying to make a UI for a plugin right now. For this I have a drop down menu. Depending on what is selected in the drop down(set to the first by default if not changed), there is a variable amount...
View ArticleYour app includes non compliant SDK version
Hello Guys! Today i received a warning from google play See image "Action Required" ![alt text][1] [1]: https://i.stack.imgur.com/DlSi3.jpg I'm using Unity Ads plugin Version 3.4.9 & ADMOB Ads...
View ArticleFailed to load 'NVUnityPlugin'
When starting a standalone build (Development build) I get the following error every time I start the built game: **"Failed to load 'NVUnityPlugin', expected x64 architecture, but was Unknown...
View ArticleTwo necessary plugins depends on same plugins just with other version
Hey i building a game that connected to math education . i am using 2 main nuget plugins **Angorimath** **CsharpMath** the problem is that CsharpMath using old version of angourimath and that version...
View ArticleAgora multiple plugins for the editor error
So, I have decided to use Agora for my multiplayer voice chat feature in my FPS Game. I have been getting this error recently in the Unity Editor as seen in the screenshot provided. How can I get rid...
View Articlecalling suspended kotlin function from unity - android unity wrapper,how to...
i am writing unity plugin for android sdk. in android sdk, there is file: OfferSDK.kt: there is a function defined in it as below: suspend fun getOffers(): String { // some stuffs going here ... } from...
View Articleandroid dependency resolve issue
whenever I try to build on android this message pops up ![alt text][1] I was able to build my project with no issues until I installed the "Advertisement with Mediation" package. I tried to uninstall...
View ArticleLegacy and URP shaders/materials in same project
What's the best way to support both URP and legacy render pipeline in the same project? Background: I'm making a plugin for volume rendering, which currently only supports legacy render pipeline (URP...
View Articleadding icon to mobile notification causes error when build
I wanted to add icons to android notifications in Unity, but adding icons breaks the build, whether it is from the editor in player settings, or from the *res/drawable* folder, after adding the icon,...
View ArticleDllNotFoundException - Unity Editor
I am getting the DllNotFound exception when trying to test my iOS communication code in the Unity Editor. I have the 'NativeCallProxy.mm and NativeCallProxy.h' in the Plugins folder ![alt text][1]...
View ArticleHow to check if unity video ads ready to show or loaded
I'm using Unity Ads in my game. In older versions i check if unity video ads are ready to show then call a method to show ads like this // Checking If video ads are ready to show public bool...
View ArticleAddressables related issues, version: 1.19.19
It is working fine in the mobile after the build, but on editor, it always get the data from the local. Is it a problem of this particular version or am I doing something wrong? Please guide me. Thank...
View ArticleAddressable Related Issues, Version: 1.19.19
It is working fine in the mobile after the build, but on editor, it always get the data from the local. Is it a problem of this particular version or am I doing something wrong? Please guide me. Thank...
View ArticleAddressable Related Issues, Version: 1.19.19
It is working fine in the mobile after the build, but on editor, it always get the data from the local. Is it a problem of this particular version or am I doing something wrong? Please guide me. Thank...
View ArticleApplication looks for plugins in "[ProjectName]_Data/Mono" or...
When I build my project (Windows standalone) and run it on my PC, everything works fine. However, on some other PCs, a native plugin (which I wrote) used in the project fails to load with the...
View ArticleUnity doesn't save preferences of plugins
Hi, Could someone know why do Unity plugins keep giving me popups every time I run an editor or build code? Even when I click "Apply", "Enable", "Yes" or any other button in the popup, it still shows...
View ArticleHow to Integrate a sensor (that only supports Java and Python) to Unity that...
Hi, I have a tracking sensor software that supports Java. I want to integrate the sensor (APDM) into my Unity project which is built on C#. I was wondering if there is any plugin that might help me...
View ArticleWhy I can't import materials created in substance designer into unity with...
Hey, I am trying to import a material I created in Substance Designer and an error appears in the console saying the following : Assets/Adobe/Ground_Dirt.sbsar: Built-in support for Substance Designer...
View Articlei have a question about Unity Render Streaming,I have a question about Unity...
I want to view and control a packaged U3D application remotely. I know that there is a plug-in called Unity Render Streaming. But if I did not install and configure this plug-in before packaging, how...
View ArticleHow to import Unity lights in Blender?,How to export Blender light to Unity...
I am searching for compliance between Blender and Unity (Back & Forth) So that I can work on the file with the same settings in both programs. If I set the lights in Unity so it should be same in...
View ArticleExclude iOS files from Android build
Hello devs, I'm using modified Apple Core and GameKit plugins, from [here][1], because the plugin from Apple is failing at fetching local player data from Apple, and that's necessary for authenticating...
View ArticleAnyone knows about dotween example error?
I'm not an English speaker, so please excuse my lack of English. I downloaded DoTween examples at oddical dotween site, i have some errors. Here are some. error1: Assets\DOTween Examples\CustomPlugin...
View Article