Skip to main content

Questions tagged [dll]

Dynamic-link library (DLL) is a module that contains functions and data that can be used by another module (application or DLL). The term is usally applied to native DLL, the .NET DLLs are usually referred just as 'library' and are vary different in nature and usage.

0 votes
0 answers
112 views

I am trying to change a material of a game object in dnSpy, however I am not sure where the materials would be. I have looked in assembly-csharp.dll. Also, if or when I can find the materials, is it ...
SeedM's user avatar
  • 1
3 votes
2 answers
931 views

I've been developing my own game engine and I'm kind of stuck in the process of scripting. I decided to use C++, since my game engine is mainly written in C++. (and don't suggest me other languages as ...
Anuhas's user avatar
  • 31
1 vote
0 answers
128 views

INTRO I am creating a C++ app that will help users to set up optimization settings in the Unreal game engine. I want to let the program make all this work on its own. This application is being written ...
Mykhailo Mushynskyi's user avatar
1 vote
1 answer
2k views

When I build my project, which references the System.IO.Compression namespace, the build succeeds without issue inside Visual Studio. However, inside the Unity ...
M.Y. Babt's user avatar
  • 153
-3 votes
1 answer
482 views

I've made a game with Unity and I want to execute a C# script that runs even the game was closed. I searched a lot but didn't find anything.
Oussama Sabri's user avatar
1 vote
1 answer
3k views

I'm developing a core library that I will use in my other games. I've only heard of using Unity .DLLs recently, and have spent some time putting my core scripts into a namespace. If I understand .DLLs ...
domago's user avatar
  • 31
2 votes
1 answer
878 views

Just a quick theoretical question so I don't hit a landmine further down development. In my current project, I have quite a lot of dll's that I made myself for use in Unity. If I were to develop for ...
Samuel Lopes's user avatar
5 votes
1 answer
2k views

I want to implement a steering wheel with Force Feedback to my game and I encountered this problem: I couldnt do it with performance. I have found a .dll for that online, but it had issues like: It ...
OC_RaizW's user avatar
  • 1,480

15 30 50 per page