Quantcast
Channel: Latest Questions by Villlgaer
Browsing all 16 articles
Browse latest View live

Unity3D error: Assets/Scripts/Item.cs(25,38): error CS0308: The non-generic...

Hello can please sombody help me i have a proble with my C# script this error shoes up every good damn time:"Assets/Scripts/Item.cs(25,38): error CS0308: The non-generic method...

View Article



Unity3D Error: CS0308

Hey i need help here is error: "Assets/Scripts/Item.cs(29,38): error CS0308: The non-generic method `UnityEngine.Resources.Load(string)' cannot be used with the type arguments" and here is a script:...

View Article

Unity3D texture2d error help

please help this error shoes up every time: "DrawGUITexture: texture is null UnityEngine.Graphics:DrawTexture(Rect, Texture) Inventory:DrawInventory() (at Assets/Scripts/Inventory.cs:55)...

View Article

GUI.DrawTexture Error: BCE0023

Please Help Script: public var MouseTexture = Texture2D; public var MousePosition = new Rect (Event.current.mousePosition.x/2, Event.current.mousePosition.y/2, 64, 64); function Start () {...

View Article

RaycastHit CS0165 Error

Hey I get this error every time but I don't know why: "Assets/Scripts/PickUp/BranchPickUp.cs(20,20): error CS0165: Use of unassigned local variable `hit'" And here is script: using System.Collections;...

View Article


Raycast error

Please help me it doesn't show eny errors but it doesn't work. here is script: using UnityEngine; using System.Collections; public class RockPickUp : MonoBehaviour { void Update () { var fwd =...

View Article

Raycast Error Bug Help

Don't know what is wrong, I want to play an animation when the raycast is in trigger. using UnityEngine; using System.Collections; public class FirstDoorOpening : MonoBehaviour { void Update () {...

View Article

Inventory List Crafting HELP

So what I need is that if I have like 4 peace of wood in my list[inventory], and when I click some button it only removes 2 peaces.. Here is my script: using UnityEngine; using System.Collections;...

View Article


Unity3D error: Assets/Scripts/Item.cs(25,38): error CS0308: The non-generic...

Hello can please sombody help me i have a proble with my C# script this error shoes up every good damn time:"Assets/Scripts/Item.cs(25,38): error CS0308: The non-generic method...

View Article


Unity3D Error: CS0308

Hey i need help here is: `error: "Assets/Scripts/Item.cs(29,38): error CS0308: The non-generic method UnityEngine.Resources.Load(string)' cannot be used with the type arguments"` and here is a script:...

View Article

Unity3D texture2d error help

please help this error shoes up every time: "DrawGUITexture: texture is null UnityEngine.Graphics:DrawTexture(Rect, Texture) Inventory:DrawInventory() (at Assets/Scripts/Inventory.cs:55)...

View Article

GUI.DrawTexture Error: BCE0023

Please Help Script: public var MouseTexture = Texture2D; public var MousePosition = new Rect (Event.current.mousePosition.x/2, Event.current.mousePosition.y/2, 64, 64); function Start () {...

View Article

RaycastHit CS0165 Error

Hey I get this error every time but I don't know why: "Assets/Scripts/PickUp/BranchPickUp.cs(20,20): error CS0165: Use of unassigned local variable `hit'" And here is script: using System.Collections;...

View Article


Raycast error

Please help me it doesn't show eny errors but it doesn't work. here is script: using UnityEngine; using System.Collections; public class RockPickUp : MonoBehaviour { void Update () { var fwd =...

View Article

Raycast Error Bug Help

Don't know what is wrong, I want to play an animation when the raycast is in trigger. using UnityEngine; using System.Collections; public class FirstDoorOpening : MonoBehaviour { void Update () {...

View Article


Inventory List Crafting HELP

So what I need is that if I have like 4 peace of wood in my list[inventory], and when I click some button it only removes 2 peaces.. Here is my script: using UnityEngine; using System.Collections;...

View Article
Browsing all 16 articles
Browse latest View live




Latest Images