What is the diff between hit.collider and hit.collider.transform
|
|
8
|
344
|
October 6, 2024
|
Possible Unity Bug - BlendTreeWorkspace is NULL
|
|
3
|
2117
|
May 14, 2023
|
Any reason not to use Layer Masks to identify ray cast colliders?
|
|
7
|
697
|
December 7, 2023
|
I dont understand something
|
|
3
|
721
|
December 2, 2023
|
Potential Future issue - Multiple CombatTargets with RaycastAll()
|
|
2
|
1404
|
October 1, 2023
|
My slightly different approach to target selection
|
|
0
|
1839
|
April 13, 2023
|
Raycasting works properly in Debug Mode but NOT in Release Mode
|
|
3
|
2356
|
March 24, 2023
|
Error in run unity
|
|
4
|
2247
|
March 20, 2023
|
My Solution to getting the `CombatTarget`
|
|
1
|
2296
|
January 5, 2023
|
Operation order in the InteractWithCombat function
|
|
5
|
2525
|
December 28, 2022
|
Can we use a TryGetComponent here
|
|
9
|
2526
|
December 29, 2022
|
I want to understand this code in-depth
|
|
5
|
2609
|
December 18, 2022
|
Character doesn't attack enemy
|
|
7
|
2688
|
December 4, 2022
|
The type or namespace name 'Movement' does not exist in the namespace 'RPG'
|
|
4
|
2681
|
December 4, 2022
|
Can't apply script/component to Enemy prefab
|
|
6
|
3261
|
December 20, 2022
|
Only attack once?
|
|
6
|
2704
|
November 23, 2022
|
Two issues with code and saving script
|
|
2
|
2586
|
December 11, 2022
|
Not getting any hit results back for CombatTarget
|
|
4
|
3002
|
August 20, 2022
|
ِ1How do I solve the problem?
|
|
4
|
4090
|
April 15, 2022
|
There are some differences
|
|
2
|
3829
|
April 20, 2022
|
Why we are doing RaycastAll on every frame and not only on Click?
|
|
4
|
4172
|
April 20, 2022
|
No Overload for method "attack' takes 1 arguements
|
|
8
|
4585
|
March 24, 2022
|
Why do we need RaycastAll for combat, but not movement
|
|
3
|
5041
|
December 13, 2021
|
Why Get Fighter Component every time target hit?
|
|
3
|
4886
|
December 8, 2021
|
Knowing which components will allow us to use GetComponent
|
|
3
|
4913
|
December 4, 2021
|
The type or namespace name 'Raycast' could not be found
|
|
3
|
6787
|
October 3, 2021
|
Getting Null Reference Exception for the attack object
|
|
4
|
5962
|
April 11, 2021
|
Different approach to raycast target
|
|
4
|
6306
|
March 18, 2021
|
NullReferenceException: Object reference not set to an instance of an object
|
|
4
|
6846
|
January 8, 2021
|
We use a private static method, Why?
|
|
3
|
6558
|
September 21, 2020
|