How do I recover my license key?
I had a license key for Android publishing that I got for free in some special offer that Unity had, but since then I've had to re-install Windows and I was wondering: How do you get the key back?
View ArticleMultiplayer - Information needed.
I was wondering how I should best go about creating a multiplayer game in Unity. I have experience with socket programming etc so understanding the processes needed won't be a problem. Basically, I...
View ArticleMaking my own navmesh
Hi, I was in the middle of making an a* algorithm for a project the other day and ran into the problem that I couldn't find a way to place nodes or check if they were walkable. I've already got the...
View ArticleArray index is out of range - A* Open list.
I've been trying to figure out what's wrong with this code for a long time now with no success, no matter what I've tried. I don't know why, but apparently the open node isn't in the grid when I know...
View ArticleObject reference not set to instance of object - Can't find solution.
Hi, I've been having a nightmare trying to get this script sorted out and it's slowly going in the right direction, but when I try and solve the path, for some reason I get the following error:...
View ArticleGet node closest to given vector3.
I need to modify a GetNode method to return the closest node to the vector3 specified. At the moment, it returns the node at the given vector. For example, if I was to call GetNode(new...
View ArticleSamsung Galaxy S1 Not detected.
I cannot figure out how to get my Galaxy S1 device to work with Unity... I've tried searching for drivers on the Samsung website and tried Google's USB package, but neither work. I've had this working...
View ArticleHow can I create a database with a Photon Network Server?
I've been reading about Photon Networking in Unity recently and so far it appears to be a good package to use, but I was wondering whether a server-side database would be possible to create? I'd need a...
View ArticleCheap Hosting?
I have created a simple game in Unity which is basically just a shooter. I'm looking to expand the game hosting (Currently on the Free Photon Cloud) to a proper authoritative server for which I'd use...
View ArticleGet quads from mesh? [SOLVED]
I'm trying to make a tile-based game which uses pre-made map meshes. I need to find all of the center point of each quad in the mesh so that I can set up a node graph from it. Unity treats this mesh as...
View ArticleVisual Studio 2012 Code Suggestions.
I've just spent a while getting Visual Studio 2012 to work with Unity but I've ran into more problems. So far Unity will open up my scripts in Visual Studio as I expect but it doesn't have code...
View ArticleAdd edge onto plane?
I'm trying to figure out how I can insert an edge into a plane at runtime. I plan to be able to draw a line across the plane and have an edge inserted there. Here are two images clearly demonstrating...
View ArticleImage Effects - Affecting Camera#ScreenPointToRay()
I have a simple game in which players have to click squares on a grid, which looks like this: http://gyazo.com/fa363afd6c6985940ec3b16e4e581e38 To calculate whether the player has clicked on a square,...
View ArticleNavmesh.asset file format?
I need to make my server aware of pathing information. One good way to do this would be to parse the Navmesh.asset file for each scene. However, I can't find any information about how this file is...
View Article