whiteviperx
whiteviperx
CC#
Created by whiteviperx on 3/4/2023 in #help
❔ Creating a grid
4 replies
CC#
Created by Alexicon on 3/4/2023 in #help
❔ Suppress Visual Studio IDE0270 style rule without adding '.editorconfig'
You could also try this ... create the editorconfig file and put it in the folder C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE.... or similar??? just a thought
9 replies
CC#
Created by Alexicon on 3/4/2023 in #help
❔ Suppress Visual Studio IDE0270 style rule without adding '.editorconfig'
if you get a chance can you look at my question?
9 replies
CC#
Created by Alexicon on 3/4/2023 in #help
❔ Suppress Visual Studio IDE0270 style rule without adding '.editorconfig'
An odd idea might be to add it the the default header??
9 replies
CC#
Created by whiteviperx on 3/4/2023 in #help
❔ Creating a grid
and I want to rotate each of the objects so the correct side is up
4 replies
CC#
Created by Alexicon on 3/4/2023 in #help
❔ Suppress Visual Studio IDE0270 style rule without adding '.editorconfig'
I think that should work
9 replies
CC#
Created by Alexicon on 3/4/2023 in #help
❔ Suppress Visual Studio IDE0270 style rule without adding '.editorconfig'
// Disable IDE0270
9 replies
CC#
Created by whiteviperx on 3/1/2023 in #help
❔ Tower Defense Enemy Movement
I think i have to start over on the scripts... I'm just trying to get the enemy to follow waypoints and point in the correct direct at each turn
12 replies
CC#
Created by whiteviperx on 3/1/2023 in #help
❔ Tower Defense Enemy Movement
causes problems in the waypoint scripts
12 replies
CC#
Created by whiteviperx on 3/1/2023 in #help
❔ Tower Defense Enemy Movement

private void GetNextWaypoint()
{
if(wavepointIndex >= Waypoints.points.Length - 1)
{
EndPath();
return;
}


private void GetNextWaypoint()
{
if(wavepointIndex >= Waypoints.points.Length - 1)
{
EndPath();
return;
}

12 replies
CC#
Created by whiteviperx on 3/1/2023 in #help
❔ Tower Defense Enemy Movement
I want the code to look somethings like this but this didnt work either
12 replies
CC#
Created by whiteviperx on 3/1/2023 in #help
❔ Tower Defense Enemy Movement
yes but how do I solve it?
12 replies
CC#
Created by whiteviperx on 3/1/2023 in #help
❔ Tower Defense Enemy Movement
'-' cannot be applied to operands of type 'Transform[]' and 'int'
12 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
✅ Help w making game
Does that help?
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
✅ Help w making game
thats the 4 scripts that I used from a tutorial awhile back
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
✅ Help w making game
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
✅ Help w making game
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
✅ Help w making game
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
✅ Help w making game
found the right project... looking for the code
35 replies
CC#
Created by Sensei Kendi on 12/25/2022 in #help
✅ Help w making game
even with a quad core 4ghz with 32gb ram it takes awhile to open each unity project lol
35 replies