ObjC access from C# Scripts

Is it possible to access ObjC objects from within a unity C# script? If so how? Is there a simple example you can point me to?

Thanks

You cannot directly access Obj-C objects, but you can write a C-based plugin for unity, which in turn wraps your Objective-C code. See this link for more info:

What do you need this for?

It was going to be used to access ObjC objects at runtime for the iPhone platform.

Not possible right now at all

You will have to wait until Unity iPhone Advanced will get the objc ↔ unity script end exposing capabilities

Are you saying that this can be done for the Win or OSX platforms but not for the iPhone yet?

Thanks.