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

Feature8 object pooling #175

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

Game Update :

f30789f
Select commit
Loading
Failed to load commit list.
Open

Feature8 object pooling #175

Game Update :
f30789f
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Oct 25, 2023 in 2s

128 issues fixed. 46 issues found.

Annotations

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

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

Complex Method

Check notice on line 21 in Assets/_Scripts/MVC/Tank/TankController.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/MVC/Tank/TankController.cs#L21

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

Check notice on line 20 in Assets/_Scripts/MVC/Tank/TankController.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/MVC/Tank/TankController.cs#L20

The code must not contain multiple blank lines in a row. (SA1507)

Check notice on line 24 in Assets/_Scripts/Pooling/ServicePool.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/Pooling/ServicePool.cs#L24

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

Check notice on line 57 in Assets/_Scripts/Pooling/ServicePool.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/Pooling/ServicePool.cs#L57

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

Check notice on line 56 in Assets/_Scripts/Pooling/ServicePool.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/Pooling/ServicePool.cs#L56

The code must not contain multiple blank lines in a row. (SA1507)

Check notice on line 36 in Assets/_Scripts/GameUI/GameUI.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/GameUI/GameUI.cs#L36

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

Check notice on line 34 in Assets/_Scripts/GameUI/GameUI.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/GameUI/GameUI.cs#L34

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

Check notice on line 18 in Assets/_Scripts/ScriptableObjectsScripts/TankScriptableObject.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/ScriptableObjectsScripts/TankScriptableObject.cs#L18

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

Check notice on line 17 in Assets/_Scripts/Services/ServicesEvent.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/Services/ServicesEvent.cs#L17

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

Check notice on line 12 in Assets/_Scripts/ScriptableObjectsScripts/TankScriptableObjectList.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/ScriptableObjectsScripts/TankScriptableObjectList.cs#L12

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

Check notice on line 10 in Assets/_Scripts/Managers/GameManager.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/Managers/GameManager.cs#L10

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

Check notice on line 8 in Assets/_Scripts/Managers/GameManager.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/Managers/GameManager.cs#L8

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

Check notice on line 31 in Assets/_Scripts/States/TankStates/TankState.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/States/TankStates/TankState.cs#L31

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

Check notice on line 18 in Assets/_Scripts/States/TankStates/TankChasingState.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/States/TankStates/TankChasingState.cs#L18

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

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

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

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

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

Check notice on line 14 in Assets/_Scripts/Extensions/VectorExtension.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/Extensions/VectorExtension.cs#L14

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

Check notice on line 13 in Assets/_Scripts/Extensions/VectorExtension.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/Extensions/VectorExtension.cs#L13

The code must not contain multiple blank lines in a row. (SA1507)

Check notice on line 10 in Assets/_Scripts/MVC/Bullet/BulletModel.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/MVC/Bullet/BulletModel.cs#L10

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

Check notice on line 10 in Assets/_Scripts/MVC/Bullet/BulletService.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/MVC/Bullet/BulletService.cs#L10

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

Check notice on line 10 in Assets/_Scripts/MVC/Bullet/BulletView.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/MVC/Bullet/BulletView.cs#L10

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

Check notice on line 10 in Assets/_Scripts/MVC/Enemy/EnemyController.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/MVC/Enemy/EnemyController.cs#L10

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

Check notice on line 10 in Assets/_Scripts/MVC/Enemy/EnemyModel.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/MVC/Enemy/EnemyModel.cs#L10

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

Check notice on line 10 in Assets/_Scripts/MVC/Enemy/EnemyService.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/MVC/Enemy/EnemyService.cs#L10

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

Check notice on line 10 in Assets/_Scripts/MVC/Enemy/EnemyView.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Assets/_Scripts/MVC/Enemy/EnemyView.cs#L10

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