For my application, I created several classes, which is not a component. These classes are inherited from one. The base class must use Coroutines.
If I inherit from a base class monobehaviour, I get a warning about the inadmissibility design AppMode appMode = new InputConfigMode (Mem); (AppMode: MonoBehaviour)
If not inherit MonoBehaviour - unavailable Coroutines …
Which solution is optimal?