Skip to content

Build

Build #23

Manually triggered December 29, 2023 12:21
Status Success
Total duration 13m 56s
Artifacts

build.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build webGL
Library folder does not exist. Consider setting up caching to speed up your workflow, if this is not your first build.
Build webGL
Assets/Project/Chameleon/Scripts/Chameleon.cs(39,27): warning CS0109: The member 'Chameleon.rigidbody' does not hide an accessible member. The new keyword is not required.
Build webGL
Assets/Project/Chameleon/Scripts/Chameleon.cs(40,26): warning CS0109: The member 'Chameleon.collider' does not hide an accessible member. The new keyword is not required.
Build webGL
Assets/Project/Common/PhysicalBody.cs(146,27): warning CS0109: The member 'PhysicalBody.rigidbody' does not hide an accessible member. The new keyword is not required.
Build webGL
Assets/Project/Common/PhysicalBody.cs(147,26): warning CS0109: The member 'PhysicalBody.collider' does not hide an accessible member. The new keyword is not required.
Build webGL
Assets/Project/Common/InputController.cs(49,31): warning CS0618: 'Object.FindObjectsOfType<T>(bool)' is obsolete: 'Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.'
Build webGL
Assets/Project/Chameleon/Scripts/Chameleon.cs(18,36): warning CS0414: The field 'Chameleon.maxTranslationPerSecond' is assigned but its value is never used
Build webGL
Assets/Project/Chameleon/Scripts/Chameleon.cs(19,36): warning CS0414: The field 'Chameleon.maxDegreesPerSecond' is assigned but its value is never used
Build webGL
Assets/Project/Common/PhysicalBody.cs(146,27): warning CS0109: The member 'PhysicalBody.rigidbody' does not hide an accessible member. The new keyword is not required.
Build webGL
Assets/Project/Common/PhysicalBody.cs(147,26): warning CS0109: The member 'PhysicalBody.collider' does not hide an accessible member. The new keyword is not required.