Skip to content

Merge pull request #50 from technologists-team/try-to-fix-imgui #299

Merge pull request #50 from technologists-team/try-to-fix-imgui

Merge pull request #50 from technologists-team/try-to-fix-imgui #299

Triggered via push August 17, 2024 15:16
Status Success
Total duration 1m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Windows Build: Hypercube.Shared/Entities/Systems/Physics/PhysicsComponent.cs#L13
Non-nullable field 'TransformComponent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Windows Build: Hypercube.Shared/Entities/Systems/Physics/PhysicsComponent.cs#L14
Non-nullable field 'TransformSystem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Windows Build: Hypercube.Shared/Network/Buffer.cs#L5
Non-nullable field 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.