asusralis

Results 10 comments of asusralis

That would be awesome! If I understand correctly, this would allow events with multiple subscribers to be serialized?

That's so cool! I'm looking forward to it, thanks!

Oops, I didn't mean to close this. Regardless of where the class is, can the serializer access properties that are private when a formatter is generated for aot mode? Or,...

The classes are all public. The access problem was from ceras specifically. Ceras itself was being imported with a .dll - unlike the guide that has you put the Ceras...

Oh, no! That's a shame. I would love to not use aot, but it seems it is a requirement for unity/Android as you need it for x64 builds. What to...

I'm pretty sure the Google play store requires x64, and on newer unity versions you can't build Android using mono x64 :( only x86 (?) Is that part of v5...

I deleted the ceras dll and added the source files from master, but I'm running into two problems: 1): It says Color cannot be found in System.Drawling. I can just...

Thanks for the info! I will first try to get the networking to work in aot and then circle back to the more problematic classes. Hmm, I'm still confused about...

Hey, sorry, but I still can't get the source files of Ceras to work with my libraries that reference Ceras through a .dll :( It's looking for the assembly of...

The model is actually pretty big in terms of unity's units. We create our model in MagicaVoxel & use a voxel mesh optimizer, so it's possible it is unusual. Here...