Search found 6 matches

by nadako
Thu Apr 04, 2019 11:51 pm
Forum: Runtimes
Topic: Unloading Creature causes lag in Monogame
Replies: 1
Views: 4683

Unloading Creature causes lag in Monogame

Title says it all. It doesnt delay by much but its enough to notice. And hear if you have a sound playing in the background.
by nadako
Fri Feb 22, 2019 10:46 pm
Forum: Runtimes
Topic: Monogame Content Importer
Replies: 5
Views: 8818

Re: Monogame Content Importer

Hello, You can consider using the FlatBuffer bytes file instead ( this is the binary representation of the Creature animated character): https://github.com/kestrelm/Creature_MonoGame/blob/master/Creature.CSharp/CreatureModule.cs#L204 In the Unity version, users use this to speed up loading by quite...
by nadako
Fri Feb 22, 2019 10:17 pm
Forum: Runtimes
Topic: Monogame Content Importer
Replies: 5
Views: 8818

Re: Monogame Content Importer

or what would be the best way of creating one for creature?
by nadako
Fri Feb 22, 2019 10:06 pm
Forum: Runtimes
Topic: Monogame Content Importer
Replies: 5
Views: 8818

Monogame Content Importer

As anyone written a content importer and processor for monogame? Loading in the JSON takes too long.
by nadako
Thu Jan 10, 2019 12:00 am
Forum: Runtimes
Topic: MonoGame support
Replies: 5
Views: 7261

Re: MonoGame support

Are their any tutorials for loading in and setting up the MetaData in monogame?
by nadako
Wed Jan 09, 2019 4:31 pm
Forum: Runtimes
Topic: MonoGame support
Replies: 5
Views: 7261

MonoGame support

I have noticed that the monogame tree hasnt been updated in 2 years. Is there still support for it? I was able to get the example file to work but i had to fix some things in it to get it working. In the CreatureRenderer.cs under CreateRenderingData i had to change typeof(int) to IndexElementSize.Th...