Marcel Wiessler
Marcel Wiessler
Hello @Wisdom-Kim the problem here is that you try to combine a component that doesnt handle networking ownership (the experimental CharacterControllerInput) and that's why ever connected user controls all instantiated...
```csharp NullReferenceException: Object reference not set to an instance of an object at (wrapper dynamic-method) UnityEngine.SliderHandler.UnityEngine.SliderHandler.HorizontalThumbRect_Patch0(UnityEngine.SliderHandler&) at (wrapper dynamic-method) UnityEngine.SliderHandler.UnityEngine.SliderHandler.ThumbRect_Patch0(UnityEngine.SliderHandler&) at (wrapper dynamic-method) UnityEngine.SliderHandler.UnityEngine.SliderHandler.OnRepaint_Patch0(UnityEngine.SliderHandler&) at (wrapper dynamic-method) UnityEngine.SliderHandler.UnityEngine.SliderHandler.Handle_Patch0(UnityEngine.SliderHandler&) at (wrapper...
Hello @RodGreen thanks for the report I'm not entirely sure why this happens. Could you perhaps ry adding `if(Application.isBatchMode) return;` in the methods that initialize selective profiler? https://github.com/search?q=repo%3Aneedle-tools%2Fselective-profiling%20InitializeOnLoad&type=code
Implemented POC for RepaintAllViews 
Hi, thanks for reporting. Can you upload your project with the bug reporter? Thanks!
Hello, thanks for testing and reporting. - Is the text in brackets only in 2022.2 or actually in the code somehow? Haven't seen that before.
Do you see this error in vconsole? Can you check the stacktrace? The error might be misleading
Thank you! SugoiDev ***@***.***> schrieb am Fr., 12. Aug. 2022, 20:00: > It seems to be caused by the use of ProfilerMarker. > I don't know what exactly is adding...
Is it the same in the regular browser console? Can you see what is evaluated there? (Since you said it also happens in e.g. chrome with mobile emulation)
Hi, I just tried with [our template](https://github.com/needle-engine/nextjs-sample) and I don't get the error there Do you refer to a different starter project?