I’m trying to ask a question in Unity Answers but I have no option to post the question or any post editing options like Bold or Italics.
What’s going on?
And, if anyone can answer my question here,
I’m trying to use primarily C# in my game to keep things uniform, but I am having trouble converting the JS code to C#. I have looked through the documentation and couldn’t find anything to help me.
Here is the JS declaration:
private var charMotor : CharacterMotor;
How do I convert it to C#?
On the script reference site you can click a little box and choose whether you want c# or UnityScript examples. http://docs.unity3d.com/Documentation/ScriptReference/index.Member_Variables_26_Global_Variables.html
I see you just posted a question on Unity Answers…
No I didn’t. Unless you count 3 days ago as “just posted”. I was trying to ask the question you see above, but nothing gave me option to post it.
Also, I’m looking for the variable declaration in my specific case. I’m still very new to C# so I need a lot of help. The documentation you linked me to was great, but didn’t help me much due to my current ignorance of C#. I’ve been studying C# but haven’t made it very far due to an unexpectedly busy schedule.
I have the same problem too.
Sorry, I made a mistake when looking up your user name on answers.
What browsers are you guys using?
And what are your answers karma points?
Not very familiar with C#, but think this is correct.
private CharacterMotor charMotor;
Asking questions like this might not fly very well on answers. As you are expected to do some studying before asking.
videos are great for learning,
This guy is here learning c# for the first time, although he already knows unityscript Twitch
I have the same problem, the page looks exactly like in duckie028s screenshot. I tried Safari, Firefox and Chrome, doesn’t work in any of these.
I just got 1 Karma, but afaik you should be able to post questions anyways, you just have to wait for moderation on your questions until you got 15 karma.
So anybody knows why we can’t post questions?