Have tried:
[self.hero addObserver:self
forKeyPath:@"position.x"
options:NSKeyValueObservingOptionNew
context:nil];
as well as:
KeyPath:@"position"
and neither are calling
- (void)observeValueForKeyPath:(NSString *)keyPath
ofObject:(id)object
change:(NSDictionary *)change
context:(void *)context