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
3
Question by Preston Halo · Mar 24, 2011 at 12:28 AM · profileusername

Making Profiles?

I'm sorry to ask so many questions, but my searching gets me bad results. I need to know how to have a player be able to create a profile from the Main Menu. Now I've tried multiple things, but I just don't get scripting yet, so it doesn't work. Is it even possible to create a profile? If so, how would I go about incorporating this into the game? This game is meant to be played online multiplayer. So I need usernames, kind of like the game Halo PC. It uses Usernames for it's multiplayer, I need that same effect. Thanks! ~Preston

Comment
Add comment · Show 7
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 Uriel_96 · Mar 24, 2011 at 12:36 AM 0
Share

yes, it is total possible and is also possible to create an account using an email and that's my question, if you also what the email or simple account(like name profile, real name, password, age, etc...)

avatar image Uriel_96 · Mar 24, 2011 at 12:38 AM 0
Share

also voted up for making a good and interesting question

avatar image Uriel_96 · Mar 24, 2011 at 12:59 AM 0
Share

not formal answer so thats why put it here but I recommend you to use labels: http://unity3d.com/support/documentation/ScriptReference/GUI.Label.html textfield for name and all that stuff: http://unity3d.com/support/documentation/ScriptReference/GUI.TextField.html password field for password: http://unity3d.com/support/documentation/ScriptReference/GUI.TextField.html button to create account: http://unity3d.com/support/documentation/ScriptReference/GUI.Button.html and more you can found in GUI: http://unity3d.com/support/documentation/ScriptReference/GUI.html

avatar image Justin Warner · Mar 24, 2011 at 01:22 AM 2
Share

I recommend learning scripting... You sound like you want to make a $$anonymous$$$$anonymous$$O without scripting experience... Unless you have a good couple million dollars you can blow, then it isn't going to happen unless you spend a good 5 months learning how to script... But just my opinion.

avatar image Preston Halo · Mar 24, 2011 at 01:39 AM 0
Share

No no, I must not be getting the point across. I meant when you get to the $$anonymous$$ain $$anonymous$$enu, it will read "Select Profile", where you can scroll through the profiles and select your own. And then you can just select map, and play online (a game like Halo, shooting, round over, restart)

Show more comments

1 Reply

· Add your reply
  • Sort: 
avatar image
2

Answer by Uriel_96 · Mar 24, 2011 at 02:32 AM

as I see that you don't get an answer I will answer with an missing part, but this is just an idea not a original form so you will need to transform it at your situation:

var actualacounts = 0;
var account : String[];
var password : String[];
//first do all your GUI's
//Then at register
if(/*Clic button register*/){
account[actualacounts] = textfieldaccount;//Textfieldaccount: the variable that has the information of the name of the account
password[actualacounts] = passwordfieldaccount;
actualacounts++;
}
//Then at login
var findaccount = /*Find account that is equal of what you put in the textfield*/;//This is the missing part
if(/*Clic button login*/){
if(/*findaccount finds the account*/){
if(password[findaccount] == textpasswordlogin){//textpasswordlogin: variable that has information of what you put in the password
Pass();
}else{
Debug.Log("This password is wrong");
}
}else{
Debug.Log("This account doesn't exist");
}
}
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

I wish to alter my username after a mistype, is this possible? If so, how? 1 Answer

Get account user name 2 Answers

Getting playername and displaying it with score on gameover scene 1 Answer

facebook and soomla sdk error 0 Answers

Unity login and password help 0 Answers


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