Unitron Not Supporting Dot Syntax

Hi, the new OS snow leopard 10.6.1 is not supporting the dot syntax for unitron 2.5.1 script editor for unity 3D iPhone 1.5.

can anyone suggest an alternative for the editor or any updates that can be useful and make it user friendly.

I’m not sure what you mean by “not supporting” dot syntax. At what point does something stop working, and in what way?

In any case, though, TextMate is a better all-around editor.

hi,
i dont know why its not supporting .
here is the code
eg:

XYMovement = iPhoneInput.GetTouch(0).deltaPosition ;

but now is i type :: XYMovement = iPhoneInput and then put"." then the rest will not be generated automatically after typing 1-2 letters. So Now i wont be getting the above specified code in red color automatically and need to put space(" ") instead of “.” to get the remaining code. But it was working fine in my Unitron with Mac OS 10.5.

Can you pls check this.

I’m not sure why it would stop suggesting completions after dots, but Unity 2.5.1 isn’t fully compatible with 10.6. Unless you need features from 10.6, you should use 10.5 until the next version of Unity is released.

I don’t think Unitron has ever featured code completion. This has nothing to do with snow leopard.

If you want to have code completion, try MonoDevelop.

Unitron (actually Smultron) does support a very crude / simple form of autocompletion. I tried it a couple times and decided it wasn’t worth investing too much effort into.

@bigkahuna Ah… I didn’t know that. thanks.

Either way, I suggest using MonoDevelop. It supports “real” code completion.