GithubHelp home page GithubHelp logo

Comments (5)

whathty avatar whathty commented on May 27, 2024

I Only use RealtimeMeshSimple blueprint
f79002091e6743b53a66713d70a74aa
1a65df8578ec04231635141c437658b
19e30f18537afe6d22e5416e084332e

from realtimemeshcomponent.

connorjak avatar connorjak commented on May 27, 2024

Probably due to RMC's use of int8 as the section index, as per @Moddingear on the discord.

probably because it uses a char for section index, the max value is 127
there's nothing preventing you from changing that to an int, and the performance difference would be null

Notably, that's only possible with compiling the plugin from C++. Another fix would be making more components to use more mesh sections on.

from realtimemeshcomponent.

Moddingear avatar Moddingear commented on May 27, 2024

You're creating 128+ section groups, you could try adding more sections to each section group. Each section group cant have INT16_MAX sections in it.
Regarding that bug, it's because it's trying to access a negative index due to it being int8 and wrapping around. To be fair, noone uses that many sections.

from realtimemeshcomponent.

whathty avatar whathty commented on May 27, 2024

@Moddingear @connorjak,Thanks a lot,It seem to work. Is there some settings to Pack this plugin? when I Packing the plugin to released game,the game can work well,But when the game exit,it will report bug Like this,I only use the example blueprints of plugins in game.

LowLevelFatalError [File:D:\build\++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\ScriptCore.cpp] [Line: 1323] 
Failed to find function OnCancel in None None.None

0x00007ff6ebb4df52 loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb09d6e3 loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb063b8a loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb8a68f4 loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb8b0a1f loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6ed1535ad loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb89a8b7 loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb89ad04 loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb030a76 loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb89a5f6 loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb9c63fb loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb9c67be loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb037042 loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb037606 loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb03765a loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb0388f4 loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6eb041314 loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ff6ee886c2e loadObj-Win64-Shipping.exe!UnknownFunction []
0x00007ffedecf7614 KERNEL32.DLL!UnknownFunction []
0x00007ffee0b226a1 ntdll.dll!UnknownFunction []

Uploading e178a2b10e5460c27cbf7bf12fd748e.png…

ed2e2b194c24ff8a499a0542bf1bc38

from realtimemeshcomponent.

Moddingear avatar Moddingear commented on May 27, 2024

Last comment is unrelated to this issue, open another issue.
Marking this as resolved.

from realtimemeshcomponent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.