Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ass1 Player Movement Joystick #153

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Joystick

4e55a3b
Select commit
Loading
Failed to load commit list.
Open

Ass1 Player Movement Joystick #153

Joystick
4e55a3b
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jul 24, 2023 in 2s

13 issues found.

Annotations

Check notice on line 131 in Assets/Joystick Pack/Scripts/Base/Joystick.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Joystick Pack/Scripts/Base/Joystick.cs#L98-L131

Complex Method

Check notice on line 5 in Assets/Scripts/PlayerTank/PlayerMovement.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/PlayerTank/PlayerMovement.cs#L5

An opening curly bracket must not be followed by a blank line. (SA1505)

Check notice on line 41 in Assets/Scripts/PlayerTank/PlayerMovement.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/PlayerTank/PlayerMovement.cs#L41

Insert parentheses within the arithmetic expression to declare the operator precedence. (SA1407)

Check notice on line 8 in Assets/Joystick Pack/Scripts/Joysticks/FixedJoystick.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Joystick Pack/Scripts/Joysticks/FixedJoystick.cs#L8

A closing curly bracket must not be preceded by a blank line. (SA1508)

Check notice on line 21 in Assets/Scripts/Camera/TankFollower.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/Camera/TankFollower.cs#L21

A closing curly bracket must not be preceded by a blank line. (SA1508)

Check notice on line 14 in Assets/Scripts/MonoSingleton/MonoSingleton.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MonoSingleton/MonoSingleton.cs#L14

A closing curly bracket must not be preceded by a blank line. (SA1508)

Check notice on line 19 in Assets/Scripts/MonoSingleton/MonoSingleton.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MonoSingleton/MonoSingleton.cs#L19

A closing curly bracket must not be preceded by a blank line. (SA1508)

Check notice on line 6 in Assets/Joystick Pack/Scripts/Joysticks/FixedJoystick.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Joystick Pack/Scripts/Joysticks/FixedJoystick.cs#L6

An opening curly bracket must not be followed by a blank line. (SA1505)

Check notice on line 5 in Assets/Scripts/Camera/TankFollower.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/Camera/TankFollower.cs#L5

An opening curly bracket must not be followed by a blank line. (SA1505)

Check notice on line 5 in Assets/Scripts/EnemyTank/EnemyTank.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/EnemyTank/EnemyTank.cs#L5

An opening curly bracket must not be followed by a blank line. (SA1505)

Check notice on line 5 in Assets/Scripts/MonoSingleton/MonoSingleton.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/MonoSingleton/MonoSingleton.cs#L5

An opening curly bracket must not be followed by a blank line. (SA1505)

Check notice on line 5 in Assets/Scripts/PlayerTank/PlayerTank.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Scripts/PlayerTank/PlayerTank.cs#L5

An opening curly bracket must not be followed by a blank line. (SA1505)

Check notice on line 13 in Assets/Joystick Pack/Examples/JoystickPlayerExample.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/Joystick Pack/Examples/JoystickPlayerExample.cs#L13

Insert parentheses within the arithmetic expression to declare the operator precedence. (SA1407)