How to put script assemblies into asset bundles and preserve public values?
Hi, I've searched on this question and found a lot of info related, but some inconsistencies, and no clear answer. I'm creating asset bundles with gameobjects that have scripts. I've learned how to do...
View ArticleUnity's assembly definition wrong
Okay, so I've just been attempting to encrypt an Xml file that we're using to store our player's stats, and while switching over to the unity window for a second I got this thrown at me:> error...
View ArticleFatal Error - when trying to open project
I downloaded a project from GitHUB in order to work with the repository. When I load the project, it says : **Fatal Error ! Couldn't create assemblies folder! Out of space?** However, I have plenty of...
View ArticleSockets unsupported with Unity Pro License
Hey, Been developing a game for a couple months now. I've already build and successfully installed my game onto my phone earlier, but I haven't tried since. When I'm trying to build it for android now...
View Articleios build error (UnityException: Failed assemblies stripper)
How can I resolve it?? -------------------------------------------------------------- UnityException: Failed assemblies stripper: /Applications/Unity/Unity.app/Contents/Frameworks/Mono/bin/mono...
View ArticleUnity ignoring custom assembly upon build?
Protobuf recently stopped working for me whenever I build. I'm able to reimport the assembly which will fix all compiler errors, I'm even able to play the scene without any issues what so ever,...
View ArticleObfuscate variables in release build?
I know that anyone with enough time and skill will always be able to read the code from your game and that is not something I really worry about. My issue is that my game is very story driven and there...
View ArticleReload Assemblies making enterplaymode take long
I've seen others saying that clicking the play button takes them only a second or two to get into play mode. For me it takes around 7-9 seconds every time regardless of if I do the switching build...
View ArticleCan't seem to get link.xml working with AWS SDK
Hi, having a horribly difficult time here, been trying to fix this for hours... We're using the AWS SDK and it seems to be getting stripped, specifically a constructor inside one of the assemblies....
View ArticleIs it possible to get access to the assemblies before UNetWeaver gets ahold...
I'd like to perform my own weaving on the assemblies of my game, but it's imperative that it happens before the UNetWeaver runs since it will affect how UNetWeaver generates serialization and so it is...
View ArticleUnity/C# Added assembelies, MonoDevelop builds, Unity won't run
Hello, I am stuck, and angered, please help! I needed to add a .NET assembly to my game. So in MonoDevelop, I went "Project" > "Edit References". Under the "all" tab, I selected the appropriate...
View ArticleWhy does presentation.SaveAs() return a COMException?
Hey Comm-unity, I'm working on a small challenge for myself in which I am trying to make a powerpoint from c# code. Everything works until my code tries to save the powerpoint, and then it throws the...
View Articlefailed to build on iOS, stripping assemblies
Hi, I've made a project with unity on iOS. When I try to add Firebase cloud messaging on this project, stripping assemblies failed. I try to change Api compatibility, I also try to create a link.xml...
View ArticleUse assembly class directly without the assembly object?
I currently load C# code which I have compiled into a DLL using the Assembly class: private void LoadAssembly() { try { Assembly loadedAssembly =...
View ArticleUnity does not complete build
The game I am working on has no problems while I play it in the editor, all the scripts are working fine. But when I build it (for TIZEN btw) as soon as the building process reaches "building list of...
View ArticleSystem.Numerics.BigInteger in Unity 5.6
I am implementing an SRP6 algorithm to connect from my Unity 5.6+ client to a MMO Server I have been writing. I have the connection working in a client test application but I don't know how I can...
View Articlefile corrrupted?
so i opened my project and each time i open it i get an error on how my BuiltinAssemblies.stamp is corrupted or unreadable? i click the try gain option but it just keeps popping up i tried a shot at...
View ArticleCompile Error (CS0246) appears for every script in the project.
Compile Error (CS0246) The type or namespace name '' could not be found. Are you missing an assembly references? The error appears for every script on the project. The following solutions did NOT work:...
View ArticleUsing Dynamically Generated Assemblies for Mods
So, I have this nifty code in my Unity project: using System; using System.Reflection; using System.CodeDom.Compiler; using System.Collections.Generic; using System.IO; using UnityEngine; public class...
View ArticleThe type or namespace name `Input' does not exist in the namespace...
I just updated from Unity 5.6.4 to 2017.3 and now I am getting the following error when I try to build: The type or namespace name 'Input' does not exist in the namespace `UnityEngine.XR.WSA'. Are you...
View Article