What is the diff between hit.collider and hit.collider.transform
|
|
8
|
416
|
October 6, 2024
|
Possible Unity Bug - BlendTreeWorkspace is NULL
|
|
3
|
2204
|
May 14, 2023
|
Any reason not to use Layer Masks to identify ray cast colliders?
|
|
7
|
726
|
December 7, 2023
|
I dont understand something
|
|
3
|
782
|
December 2, 2023
|
Potential Future issue - Multiple CombatTargets with RaycastAll()
|
|
2
|
1453
|
October 1, 2023
|
My slightly different approach to target selection
|
|
0
|
1884
|
April 13, 2023
|
Raycasting works properly in Debug Mode but NOT in Release Mode
|
|
3
|
2424
|
March 24, 2023
|
Error in run unity
|
|
4
|
2305
|
March 20, 2023
|
My Solution to getting the `CombatTarget`
|
|
1
|
2329
|
January 5, 2023
|
Operation order in the InteractWithCombat function
|
|
5
|
2560
|
December 28, 2022
|
Can we use a TryGetComponent here
|
|
9
|
2571
|
December 29, 2022
|
I want to understand this code in-depth
|
|
5
|
2646
|
December 18, 2022
|
Character doesn't attack enemy
|
|
7
|
2759
|
December 4, 2022
|
The type or namespace name 'Movement' does not exist in the namespace 'RPG'
|
|
4
|
2722
|
December 4, 2022
|
Can't apply script/component to Enemy prefab
|
|
6
|
3394
|
December 20, 2022
|
Only attack once?
|
|
6
|
2740
|
November 23, 2022
|
Two issues with code and saving script
|
|
2
|
2614
|
December 11, 2022
|
Not getting any hit results back for CombatTarget
|
|
4
|
3037
|
August 20, 2022
|
ِ1How do I solve the problem?
|
|
4
|
4117
|
April 15, 2022
|
There are some differences
|
|
2
|
3858
|
April 20, 2022
|
Why we are doing RaycastAll on every frame and not only on Click?
|
|
4
|
4212
|
April 20, 2022
|
No Overload for method "attack' takes 1 arguements
|
|
8
|
4622
|
March 24, 2022
|
Why do we need RaycastAll for combat, but not movement
|
|
3
|
5077
|
December 13, 2021
|
Why Get Fighter Component every time target hit?
|
|
3
|
4916
|
December 8, 2021
|
Knowing which components will allow us to use GetComponent
|
|
3
|
4945
|
December 4, 2021
|
The type or namespace name 'Raycast' could not be found
|
|
3
|
6885
|
October 3, 2021
|
Getting Null Reference Exception for the attack object
|
|
4
|
6002
|
April 11, 2021
|
Different approach to raycast target
|
|
4
|
6335
|
March 18, 2021
|
NullReferenceException: Object reference not set to an instance of an object
|
|
4
|
6896
|
January 8, 2021
|
We use a private static method, Why?
|
|
3
|
6597
|
September 21, 2020
|