python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Component System OnUpdate Running Unintentionally in Other Scenes (Including New Ones)
I have a class that inherits from ComponentSystem in ECS and for some reason the OnUpdate function is being called unintentionally in every scene. Even if I create a new blank scene, the loop is runni...
ScorpioServo
Votes: 0
Answers: 1
Unity ECS : System does not find entities
I am having a problem with Unity ECS. My system does not find my entity with its query. This is my setup : I am currently testing with just one entity, that is created by a prefab, using this function...
Jonathan Schneider
Votes: 0
Answers: 1
RTT (Round Trip Time) always return Zero in Unity DOTs Project
I'm trying to use the DOTsSample Unity project and want to use this NetworkStatistics Class
(https://github.com/Unity-Technologies/DOTSSample/blob/master/Assets/Scripts/Game/Main/NetworkStatisticsClie...
dev_rrp
Votes: 0
Answers: 1
Unity DOTS Cubes don't want to move properly
Hello i am currently learning DOTS but encountered a problem.
I want to move some cubes but they don't want to. My System Script looks like this :
protected override JobHandle OnUpdate(JobHandle input...
Jonathan Schneider
Votes: 0
Answers: 0