Thank you for what you are doing here. Having RX in Mono would be awesome. I like that you have branched this in order to weed out stuff that won't work in Mono.
I am hoping to get a subset of RX working in Unity. I don't need any of the UI support of RX. I mainly just need the core RX message streaming functionality.
I brought it in and manually added ExpressionVisitor and made another couple of small changes. now I get a ton of errors like:
The type or namespace name `Composition' does not exist in the namespace
The type or namespace name `ExportAttribute' could not be found
The type or namespace name `Tasks' does not exist in the namespace
There is a long list. Can someone tell me if there would be a good way to proceed? Unity is supposed to support a lot of 3.5 functionality. I know there will be some missing pieces.
Any suggestions?
Thank you for what you are doing here. Having RX in Mono would be awesome. I like that you have branched this in order to weed out stuff that won't work in Mono.
I am hoping to get a subset of RX working in Unity. I don't need any of the UI support of RX. I mainly just need the core RX message streaming functionality.
I brought it in and manually added ExpressionVisitor and made another couple of small changes. now I get a ton of errors like:
The type or namespace name `Composition' does not exist in the namespace
The type or namespace name `ExportAttribute' could not be found
The type or namespace name `Tasks' does not exist in the namespace
There is a long list. Can someone tell me if there would be a good way to proceed? Unity is supposed to support a lot of 3.5 functionality. I know there will be some missing pieces.
Any suggestions?