Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • 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 /
avatar image
0
Question by Jacob 5 · Jan 05, 2011 at 01:49 AM · beginnermonodevelopvisualstudiowhere-to-start-scripting

How do I get set up with a programming language and everything.

I'm mostly looking to hear what your systems are so I can just copy it, right now I've been trying this thing with Unity and Visual studio and a lot of various patches to attempt to get all the zombie like programs running. When I tried to make a "Hello world" script there were ten error messages and I'm thinking that there has to be a simpler way to make things work. What's your set up?

Comment
Add comment · Show 3
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 zannghast · Jan 05, 2011 at 02:03 AM 0
Share

What do you mean by 'systems'? Did you want help with how to go about javascript or c#?

avatar image Landern · Jan 05, 2011 at 10:15 PM 0
Share

can you post your "Hello world" script, i'm sure a helping hand as to why errors were thrown will come your way.

avatar image Jacob 5 · Jan 06, 2011 at 03:19 PM 0
Share

I was mostly having strange compiling errors from using Visual studio, I switched to Javascript and used the default script editor and now it works fine.

2 Replies

· Add your reply
  • Sort: 
avatar image
0
Best Answer

Answer by tchen · Jan 05, 2011 at 05:04 AM

  • Unity3D

  • MonoDevelop (comes with Unity3D)

You don't NEED visual studio. If you really prefer its intellisense, then grab Visual Studio Express C# 2008 as I think only that one runs without much fuss.

Comment
Add comment · Share
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
0

Answer by Landern · Jan 05, 2011 at 10:23 PM

Here is an example of a Hello World script(must be attached to scene object) through debug.log in c#. You will see hello world in the console window or in the lower left hand corner of the unity window.

using UnityEngine;

using System.Collections;

public class HelloWorldScript : MonoBehaviour {

 // Use this for initialization
 void Start()
 {
     Debug.Log("Hello World");
 }

 // Update is called once per frame
 void Update()
 {

 }

}

Comment
Add comment · Share
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

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

No one has followed this question yet.

Related Questions

Revert script editor to Mono instead of VS? 2 Answers

Can I get documentation snippets in addition to intellisense? 2 Answers

Keeping Unity 2.6 and MonoDevelop 2.4 running at same time 1 Answer

MonoDevelop opens instead of Visual Studio 3 Answers

Starting Unity/Programming from scratch 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges