tony
Junior vMember
Posts: 35
|
Post by tony on Jul 10, 2018 12:07:32 GMT
Just change namespace in v_car user script
|
|
haikel
Junior vMember
i wanna be the very best ... like no one ever was.
Posts: 43
|
Post by haikel on Jul 12, 2018 23:46:11 GMT
if anyone can help I'll be so grateful. I'm using latest invectore shooter template and unity 2018.1 pro
|
|
|
Post by gamifytheworld on Jul 13, 2018 3:05:34 GMT
You just have to change the using statement at the top of those two files that are giving errors.
|
|
|
Post by kiwi2112 on Jul 13, 2018 17:24:16 GMT
I dragged the standard assets folder into the vehicle addons foler and it fixed every error that came up.
|
|
miworld
Junior vMember
fall into the ground
Posts: 35
|
Post by miworld on Jul 29, 2018 21:52:48 GMT
Hello i´m having these errors can someone explain me how to fix it Assets/Standard Assets/Vehicles/Car/Scripts/CarUserControl.cs(5,7): error CS0246: The type or namespace name `Invector' could not be found. Are you missing an assembly reference? Assets/Standard Assets/Vehicles/Car/Scripts/CarUserControl.cs(19,16): error CS0246: The type or namespace name `V_CarControl' could not be found. Are you missing an assembly reference? Hi, did you find a solution?
|
|
miworld
Junior vMember
fall into the ground
Posts: 35
|
Post by miworld on Jul 29, 2018 22:00:37 GMT
Just change namespace in v_car user script Hi, what did you change it to?
|
|
|
Post by game4fun on Aug 1, 2018 15:47:46 GMT
almost all fixed here there was a time like this ....
If you press any action with a punch or a roll, then it does not stop beating and then stops moving
but if I do not press any action then it works fine and sits in the car normally and moves
|
|
|
Post by kiwi2112 on Aug 5, 2018 15:42:58 GMT
I can't seem to attack enemies when using the vehicle addon, I also noticed cars don't effect enemies.(it's like driving into a brick wall)
|
|
miworld
Junior vMember
fall into the ground
Posts: 35
|
Post by miworld on Aug 9, 2018 11:03:51 GMT
almost all fixed here there was a time like this .... If you press any action with a punch or a roll, then it does not stop beating and then stops moving but if I do not press any action then it works fine and sits in the car normally and moves
|
|
miworld
Junior vMember
fall into the ground
Posts: 35
|
Post by miworld on Aug 9, 2018 11:04:28 GMT
Hi, Do you mind sharing? almost all fixed here there was a time like this .... If you press any action with a punch or a roll, then it does not stop beating and then stops moving but if I do not press any action then it works fine and sits in the car normally and moves
|
|
|
Post by game4fun on Aug 26, 2018 14:13:10 GMT
Sorry, but I do not know how to fix this ( And with the new update the invector became even worse ((
I do not know why he always beats and what's the problem ((( Someone tell me please
I dont know why character roll and fight always (((
|
|
|
Post by game4fun on Aug 26, 2018 19:08:22 GMT
Hi Please Help me )))) I'm studying C# I wrote a car control script, but I do not know how to properly connect the namespace ... the control of the Invector rextester.com/JNTZX71622(((((
|
|
|
Post by Yort_Draeb on Aug 29, 2018 20:40:20 GMT
Hi Please Help me )))) I'm studying C# I wrote a car control script, but I do not know how to properly connect the namespace ... the control of the Invector rextester.com/JNTZX71622((((( namespace Namespacename { public class ScriptName : MonoBehaviour { //insert code } } or just using a namespace and not adding using Namespacename;
|
|
|
Post by tomi125 on Oct 14, 2018 7:53:27 GMT
What unity version did you use becouse i added to my project and errors all around ( I use 5.6.6)
|
|
aymn
Junior vMember
Posts: 38
|
Post by aymn on Oct 14, 2018 18:46:21 GMT
hi >> the addon make the project crash in unity 2018.2 and invector shooter 1.2.3 >> any idea how to fix this
|
|