Joreyk ( IXLLEGACYIXL )
Joreyk ( IXLLEGACYIXL )
CC#
Created by MelloDaMonke4221 on 11/21/2024 in #help
can anyone see if this c# script is right for gorilla tag
public fields properties are in PascalCase but even unity didnt follow it because of javascript times
12 replies
CC#
Created by MelloDaMonke4221 on 11/21/2024 in #help
can anyone see if this c# script is right for gorilla tag
never public fields, make them as properties
12 replies
CC#
Created by apnxmammoth on 11/9/2024 in #help
✅ PdfPig
put it into a gist https://gist.github.com/
10 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
depends what you want
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
if you want it fixed like system.text.json then you dont need to worry about all of that too much, generating the extension method would be fine allready
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
as i wanted ful generic compatibility
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
this is maybe more complex than you need it
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
this is how it could look, or atleast thats my source gened code that implements what i tell you
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
you can source gen that and your converters
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
make foreach converter a non generic class which is capable of instantiating the converter from a Type parameter with activate instance so your helper is a factory of converters
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
forget about the generic context for now
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
and your primtive converters are used for determing the endless chain
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
so you jump from converter to converter until you can convert it to bytes
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
or top whereever it is for you
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
at the bottom is a sample
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
@mynarco ive updated the gist
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
then you will need some sort of converter who knows how to convert Vector3 to bytes and read Vector3 from bytes
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
for example you have a Vector3
41 replies
CC#
Created by prxxss on 11/9/2024 in #help
✅ Get bytes and append to List c#
that thing who knows the plan to convert T to bytes
41 replies