CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: edub91

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,856

    Re: alittle C# help plz

    here is my code...
    using UnityEngine;
    using System.Collections;

    public class Leaningscript : MonoBehaviour
    {
    public int myNumber = 10;

    // Use this for initialization
    void Start ()
  2. Replies
    5
    Views
    1,856

    Re: alittle C# help plz

    well im at work atm when I get home ill put the block of code in the post
  3. Replies
    5
    Views
    1,856

    Re: alittle C# help plz

    thx u..but I thought about that...but unity has it own language
    and figured if I posted their no one would use c#
  4. Replies
    5
    Views
    1,856

    alittle C# help plz

    im a NEWBIE!!! to C# and following a book... and the code isnt doing as the book says..the book is telling me to use the Unity 3d engine
    plz keep it as newbie friendly as possible thank you
    32519
    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured