Results 1 to 4 of 4

Threaded View

  1. #1
    Sub7's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Unity own ingame UI

    I have created an example with ingame ui (user interface) in which you can select each game object in the game and change the parameters (position, scale, visible or not, etc.)

    Own scene:
    • example Image
      http ://i.imgur.com/Xj48psG.png (Empty place of the link)
    • example .exe


    In unity real game:

    If I want to spend with reflector/reflexil simple hello world I see no changes in the game, I have to assign it to an object right?
    How do I do this in the reflector?

    Code:
    using UnityEngine;
    using System.Collections;
    
    public class test : MonoBehaviour
    {
        
        void OnGUI()
        {
            GUIStyle style = new GUIStyle();
            GUI.Label(new Rect(100, 100, 100, 20), "<size=20><color=brown>Hallo World</color></size>", style);    }
    }
    Last edited by Hero; 08-30-2017 at 02:21 PM.

Similar Threads

  1. [Release]Unity building your own game!
    By OBrozz in forum Art & Graphic Design
    Replies: 1
    Last Post: 07-04-2011, 07:57 PM
  2. Owned =Þ
    By SimpleAs in forum Spammers Corner
    Replies: 10
    Last Post: 03-12-2011, 01:43 PM
  3. Owned.
    By Kyojiro in forum General Gaming
    Replies: 9
    Last Post: 01-15-2006, 11:50 AM
  4. Free Infantry Gets Owned By MPGH
    By Super-Man in forum General Game Hacking
    Replies: 34
    Last Post: 01-03-2006, 05:29 PM