Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Angius
Explore posts from servers
C
C#
N
Nuxt
D
Deno
T
Task
Posts
Comments
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
Standard 2.0 IIRC
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
Would target-type
new()
work in Unity?
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
Do you have a
using System.Numerics
reference? If so, remove it
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
You sure it's suppossed to be
linearVelocityY
and not, say,
linearVelocity
? Double-check with the tutorial
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
Idk, do you?
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
Square peg does not fit round hole
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
https://tenor.com/view/kid-lol-shape-fail-gif-7860721
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
You're trying to give it a
Vector2
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
rb.linearVelocity
is a float
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
The error is quite clear
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
That said, if you
don't
want to expose something, no need for that attribute
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
Anything you want exposed to the inspector has to be a
SerializeField
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
In Unity? Yeah
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
Forgot a semicolon
56 replies
C
C#
•
Created by Ponge on 12/31/2024 in
#help
Having issues with the [serializeField] thing
56 replies
C
C#
•
Created by SunLight on 12/27/2024 in
#help
Help with visual studio terminal
What location of the file?
10 replies
C
C#
•
Created by Mormon Son on 12/27/2024 in
#help
Source Generator IDE interaction
Like your generator generating fields with the same names as constructor params or some such
19 replies
C
C#
•
Created by Mormon Son on 12/27/2024 in
#help
Source Generator IDE interaction
Perhaps there's some conflict there
19 replies
C
C#
•
Created by Mormon Son on 12/27/2024 in
#help
Source Generator IDE interaction
Well, take a look at what code the primary constructor generates:
sharplab.io
19 replies
C
C#
•
Created by Mormon Son on 12/27/2024 in
#help
Source Generator IDE interaction
Gotcha
19 replies