Quantcast
Channel: Questions in topic: "class instance"
Browsing all 131 articles
Browse latest View live
↧

How to pass classes of a class to a function's parameter?

Hello and thanks for taking the time to review my question. My question: how do I pass classes of a parent class to a function's parameter? What I HAVE, and what I WANT to do: HAVE: - I have a...

View Article


How Create the Array of Class (Steps of Game) that Editor has Wrote

hi I have Class [System.Serializable] public class EditorHolder : MonoBehaviour { public Sprite Picture; public string GeneralTypeWord; public string[] SpecializeTypeWord; public int[]...

View Article


Future compatible saveClass?

Creating a basic savefile on start i set the currentData either to the content from a savefile or create default values from a new class and saves that to file. So the next time the game is loaded we...

View Article

Error while serializing and deserializing multiple instances of a class while...

This is the code that I had written to store the details of 4 toys with their id and their vector 3 positions. But there is some error that's giving me trouble, and I can't identify what that error is....

View Article

Adding a prefab to the Item class instance

Here is a problem, which is a little bit abstract to me. You may find it foolish, but I am merely a beginner. Let's say I have a Weapon class that derives from Item class. Then, I have a following list...

View Article


How GameObject [] is working between 2 classes.

Hi, i have a doubt, i'm sorry if this is something of minor importance but i have to know why this is happening. I have a script called MyClass1 attached to a GameObject called PlayersManager, with...

View Article

Unity MonoBehaviour Objects vs Game Logic

So I'm somewhat of a noobie to Unity. I've dabbled in it since Unity 3, but never actually made anything constructive or worth mentioning. I've been a C#, ASP.NET, and JAVA programmer by career for...

View Article

"Object reference not set to an instance of the object" yet I can see the...

As title says, using this code to access a function in another script GameObject castAccess = GameObject.Find("castInt(clone)"); castInt castScript = castAccess.GetComponent("castInt") as castInt;...

View Article


Null Reference Error With Scriptable Objects

Custom Scriptable Object public class GameDataScriptableObject: ScriptableObject,ICSVReader where T : class { public T[] mData; public T GetFromId(uint ID) { for (int i = 0; i < mData.Length; ++i) {...

View Article


Non Monobehaviour GameManager?

Hi, most time I use Monobehaviour scripts, but now I want to create a GameManager which contains a lot of variables. I don't want to attach it to a GameObject, that means I can't use monobehaviour. The...

View Article

Problem about finding script name

Hi all, i am struggling with this problem for very long time and i have never found right solution. So, let me explain my problem ( i don't know how good will you understand because my English is not...

View Article

How to create a player class and make 2 instances of the player, and handle...

Hello, I am very new to unity, I followed the Roll a Ball tutorial here https://unity3d.com/learn/tutorials/projects/roll-a-ball/displaying-text?playlist=17141 I successfully made a one player game....

View Article

Passing an instance of a class to different game objects

I am trying to make a product catalog so we can show products, take orders, etc when on different devices and offline to our store. At the moment I am having trouble passing a instantiated class to...

View Article


Information about Classes and Instantiate Objects C#

Hi to all Unity Experts, I was wondering how can I instantiate Objects from Classes. and before I start sorry for my Bad English. well here we go I'm trying to create a class named "Enemies" this is...

View Article

Pass a variable into a class on creation

I've got a Mage class where they can shoot a fireball. I've got it so that when the player decided to shoot a fireball a fireball will instantiate with a script on it that will deal with movement and...

View Article


Noob question about class inheritance

I'm kinda new to scripting and I've got a basic question about class inheritance in Unity. Let's say I want to make a base class named Enemy, which will contain the basic features shared by all...

View Article

Why have error: NullReferenceException: Object reference not set to an...

public class GamePlayManager : MonoBehaviour { public void BirdDiedShowPanel(){ pausePanel.SetActive (true); scoreText.gameObject.SetActive (false); gameOverUI.gameObject.SetActive (true);...

View Article


Initializing a parent class and want it to get values from the relevant child.

Hi, I'm creating an RTS and been having a few issues but nothing that google hasn't solved so far. In this case, I'm having some trouble with checking the cost of the building I would like to create,...

View Article

Object reference not set to an instance of an object (singleton)

Hello! I have a class Main. In the start method of that class i call a method InitMainScreen. InitMainScreen sets some starting conditions (enables the main menu, clears scene of garbage objects and...

View Article

Best way to reference player class instance?

I'm making an FPS which has a "Player" class attached to a game object in a scene. This class keeps track of things like player health, ammo etc. and has functions for various player behavior. I need...

View Article
Browsing all 131 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>