• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
This question was closed Dec 31, 2013 at 04:58 AM by Benproductions1 for the following reason:

Question is off-topic or not relevant

avatar image
0
Question by $$anonymous$$ · Dec 31, 2013 at 04:45 AM · javascriptguitextureskills

Stuck! Unity GUI Skill Tree using JavaScript

Hello forums! I am working on a space simulation game where you can explore stars with your spaceship. I want the player to be able to upgrade their spaceship, problem is, I don't know where to start! It would be great if you can help me using Unity's built in GUI system.

Here is what I got so far:

 var SkillPoints =  "0";
 var windowRect : Rect = Rect (30, 30, 854, 534);
 
 function OnGUI () 
 {
     windowRect = GUI.Window (0, windowRect, DoMyWindow, "Ship Skill Tree");
 }
 
 function DoMyWindow (windowID : int) 
 {
     
 }

Any help is appreciated! Thanks!

  • Lucas Springsteen

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Benproductions1 · Dec 31, 2013 at 04:58 AM 1
Share

Please be more specific and technical with your questions in the future. "please help me" is not appropriate for this answer site. Your question will be closed and remain closed until it fulfills the guidelines laied out in the FAQ :)

0 Replies

  • Sort: 

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

19 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Door Problem 1 Answer

Health Script not working 1 Answer

How to Make A GUI Keypad Login With Texture Buttons 1 Answer

GUI.Texture Over GUI.Window 1 Answer

level up script please help 1 Answer

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges