The mono tag has no wiki summary.
0
votes
1answer
33 views
IOS monogame 17 seconds debug timeout
I'm trying to debug a monogame application using xamarin studio and breakpoint.
Is it possible to disable the 17 seconds timeout on the FinishedLaunching function?
2
votes
0answers
27 views
Build a Unity asset bundle on linux?
I'm trying to generate an asset bundle on a remote linux machine and stream the bundle to a running Unity instance.
Is it possible to download the same libraries Unity uses and compile on Linux?
0
votes
0answers
73 views
Port XNA to Android
I want to port my game I did with XNA to android platform.
I searched internet but couldnt find any useful solution.
Mono for Android is replaced by Xamarin.Android and it is high price for me.
What ...
12
votes
4answers
497 views
Monogame minimum hardware requirements?
What are the minimum hardware / driver requirements for running a Monogame 3.x game, on each of the various Operating Systems?
2
votes
1answer
189 views
Game Development AI, NPC & Entities Definition using Scripting Languages
i am developing a Multiplayer(actually MMORPG) architecture for learning purpose.
I do have some game developement background, but all my engines were very rigid and completly developed for the game ...
1
vote
1answer
126 views
MonoGame Cross-Platform Conditional Compilation Symbols
What are the possible compiler directives for MonoGame?
For example, XNA contained directives for WINDOWS, XBOX/XBOX360, and WINDOWS_PHONE.
I've also seen DIRECTX and OPENGL, but when would you need ...
0
votes
1answer
199 views
Unity3d how to show an image downloaded from HTTP
I am bit new to Unity3d. I am fine with any solution either of the scripts.
Can we render an image in unity3d (which we have to download from HTTP path)? If yes then how or do you have any reference?
...
3
votes
2answers
1k views
How does Unity use C# as a scripting language?
To my knowledge, thus far, I have thought that C# is and has always been a compiled language. I have recently started studying Unity3d and noticed that they give C# as an option for scripting and ...
0
votes
0answers
118 views
Installing and Configuring MonoGame on OS X
I have Xamarin Studio 4 as well as the Mono SDK, but the instructions basically implode once I get to actually setting up and using MonoDevelop. I'm left in the dark without a match here. How do I set ...
1
vote
3answers
509 views
How do I swap two objects in C# (specifically Mono) without triggering GC?
I have two array lists. that I want to swap each frame. My question is, does the variable 'temp' need to be a member variable to avoid triggering GC, assuming this method is called on dozens of ...
2
votes
1answer
426 views
Unity3D: default parameters in C# script
Accordingly to this thread, it seems that default parameters aren't supported by C# script in Unity3D environment.
Declaring an optional parameter in a C# scirpt makes Mono Ide complaint about it:
...
1
vote
2answers
157 views
Help retrieving/sending data to/from a server on iOS (C#, Mono, .Net)
I'm sorry in advance if this is a silly question.
I'm currently working on getting something running where I can grab information from a server. My goal is to make the data I'm retrieving (or ...
0
votes
1answer
277 views
Problem with monogame reference in monodevelop MAC
I've downloaded monogame, monotouch (test version) and monodevelop for MAC and I created a monotouch IOS project, I included the Lidgren and Monogame csproject inside my monodevelop project and I ...
1
vote
0answers
368 views
Mono and/or MonoGame for Android and iOS Experiences [closed]
I was wondering if anyone has any experience of using Mono and/or MonoGame for cross platform game development, particularly with regards to Android and iOS games development.
Key things are;
What ...
-4
votes
1answer
1k views
C# vs Java for Cross-Platform Game Dev [closed]
What would be better for PC (Windows, Linux, Mac) games?
I know Java is more mature/older and has a giant user base, but I see C# (Mono) slowly rising and showing that it has a growing user base as ...