EntityComponentSystemSamples icon indicating copy to clipboard operation
EntityComponentSystemSamples copied to clipboard

Results 73 EntityComponentSystemSamples issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/Unity-Technologies/EntityComponentSystemSamples/assets/134618888/c3b4a149-18ff-4a7b-adfb-aad6835b4d08) if a transform scale is not 1,1,1 and they are same number, the collider shape is wrong, for example, x=2,y=2,z=2 generated wrong shape. but 2,2,2.001 got right shape.

Hello everyone, why my fbx model can't render success in a dots project? I refer to the project Raycast Car https://github.com/Unity-Technologies/EntityComponentSystemSamples/tree/master/PhysicsSamples/Assets/13.%20Raycast%20Car my code is https://github.com/kulame/CarTest When I started the project,...

When I was reproducing the HelloCube-Reparenting example, I directly right-clicked on the RotationCube to create a new child object, `Cube`. This parent-child relationship only exists within the UnityEditor and does...

these 2 files mention ``` // This code originates from https://github.cds.internal.unity3d.com/andy-bastable/SpatialTree // Check that repo and ask for permission before using it in other projects ``` as I understand this...

The GetEntriesInRangeWithHeap method is called with unfilteredChunkIndex as the first parameter. This parameter is intended to be an entity index within kdQuery, to ensure the algorithm does not find the...

Apprently, in the screenshot below, the green boxes find wrong nearest target. With None and Simple algorithms, such error won't happen. ![image](https://github.com/Unity-Technologies/EntityComponentSystemSamples/assets/4158371/b6ef7e72-1fdf-4a4e-b698-b38fbd050ace)

Added an else statement after the custom mesh non-null value check. Otherwise the default rendered mesh is always added in addition with the custom mesh, when there is a mesh...

I cannot install "com.unity.entities.graphics" in china. The error is "An error occurred while resolving packages: Project has invalid dependencies: com.unity.entities.graphics: Cannot connect to 'api.unity.com' (error code: ECONNREFUSED). Verify your environment...

My program runs well in the editor, but it cannot run in the player.After the "Unity" logo ended, it couldn't spawn the sub scene and it went to stuck.It is...