Playerprefs content, is there a way to see what is inside?
Hello there, I am currently playing with playerprefs but I am planning to make multiple save slots and for the delete slot operation I need to delete key by key of a slot, but with several variables...
View Articlescript slot possible?
i alreddy looked arround but could not find a solution. this is just a wild gues of what it should be but i cant get it any better i just want to make some sort of script slot where i can drag a script...
View Articleinventory system - change GUI.DrawTexture texture
hi! i have started working on a inventory system (c#). every slot in the inventory is a GUI.Button. now i want to draw a GUI.DrawTexture on every Button with an image of the Item that is in that slot....
View ArticleObject move to slot .....
I want move object to slot than it will print "OK" and if i move this object from slot it will print "No"..... HELP PLZ . . Thz in advance .. I'm a new programmer :) Sorry for this question .!
View ArticleConnecting Things to Weapon "Open Slot"
I'm stuck on trying to figure out some pseudoCode for this game I've been trying to put together with unity. The language is c#. The goal is to have the player switch weapons that have individual...
View ArticleHow to create skills and drag them to slots.
Hello. So i am trying to create a loadout scene where the player can drag 4 skills of 18 to the 4 slots at the bottom right corner of the screen. I want the 3*6 skills to all be completely different...
View Articleslot games how to start
i have a great idea for a iPhone/android slot game and i am just startling in android so if someone could point me in the right direction in what videos of tutorial to use or something like that to get...
View ArticleTrouble with scripting
I am trying to create a Slot Machine using the multiple scripts. The issue I am having is that the script that would create the 3 wheels for the slot machine is not working. Can anyone explain why? It...
View ArticleDestroy Item Visuals but store a version of it
Hi guys. I am trying to create an Inventory which fills after gathering items like Coins etc. My problem is that whenever I Destroy() the GameObject of the coin after adding it to an Array in my...
View Articleslot game.
Once i hit the spin button the no.s are on a roll. But before coming to rest i want my column to move downwards a bit and then come to rest. So how to do that? I have total of 5 columns and 3 rows. So...
View ArticleHow to Create New Player Slot And remember scores.
How to Create New Player Slot And remember scores. in Javascript ![alt text][1] [1]: /storage/temp/7641-580564_10151292861747379_441157486_n.jpg
View ArticleHow to go about mounting weapons on spaceships and storing these.
I have a space ship game im making that I want to allow mounting of weapons and then firing them in script. I have many different factions and ship classes/types. I will create my weapons as prefabs...
View ArticleCheck array slot against corresponding slot in another array?
I've been trying to learn about arrays and I thought making a Simon game would be a good learning experience. I've got a Simon array where the AI picks a random value and stores it into an array. Then...
View ArticleiTween.ColorTo on one material
Hi, all! I have multiple material slots assigned to my gameObject's renderer. I know I can assign them through code using renderer.materials[x] but I don't know how to do so through iTween. When I use...
View ArticleFind first empty "slot" in array
I am trying to make a function (in C#) that will return the first "empty" slot in an array. Lets pretend I have an array that looks like this: testarray[0] = Vector3(7,4,2); testarray[1] =...
View ArticleInventory Dragging Item Problem
Hello, I am having quite an issue with my inventory system right now. I want to drag items and I want to detect if the selected item was dragged onto an actual slot or not. I created a really basic...
View ArticleCooldown effect for a sprite
Hi all, What I need is i have a slot for an object which after placed on something, it has a recharge time say 10 seconds. I need a transparent grayed out effect which moves from left to right.....
View ArticleHow do I make my inventory find the first slot available?
I already tried to do this but when ever I pick up an item it takes it to only the second slot! Inventory script: using UnityEngine; using System.Collections; using System.Collections.Generic; public...
View ArticleBrackeys Inventory Package, adding icons to empty slots...
I am a C# programmer and have no UnityScript knowledge at all, so I require assistance with this matter. This is the script for the character window, which is very nicely commented completely. I am...
View ArticlePlayerprefs content, is there a way to see what is inside?
Hello there, I am currently playing with playerprefs but I am planning to make multiple save slots and for the delete slot operation I need to delete key by key of a slot, but with several variables...
View Article