Want to pause every other game objects (or low speed) when i start drawing line with line renderer.But when i use time.timescale=0; everything stops.Tried using abstract class to imitade void update function for line renderer but it doesnt work.Also looked time.timeunscaledtime but i cant use that option with line renderer.Is there any solutions for this issue?
Thank you