Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Objects Spawning in Runtime
#4
I don't see what causes the issue by looking at your code. The only thing I can do right now is to give you the following advice:
  1. If not already done, save a copy of your work before continuing
  2. Simplify your code by removing anything that would make the train move (like the assignement to Speed in the Update method). Just keep the initial Position assignement, and see if the issue is still there
  3. Try using a fake (hardcoded) data instead of the data in the server, and see if the issue is still there
  4. Try debugging the build
  5. Try removing all unrelated code. Keep a squeleton code that will only position the train, and see if the issue is still there
If at this point you still have the issue, you should have in between your hands a minimal reproduction case. You can send me that and I will take a look at it

good luck
Please consider leaving a review for Curvy Splines, this helps immensely. Thank you.
Reply


Messages In This Thread
Objects Spawning in Runtime - by Kuxii - 03-22-2020, 05:49 PM
RE: Objects Spawning in Runtime - by _Aka_ - 03-23-2020, 01:56 PM
RE: Objects Spawning in Runtime - by _Aka_ - 03-24-2020, 01:50 PM
RE: Objects Spawning in Runtime - by _Aka_ - 03-24-2020, 05:45 PM
RE: Objects Spawning in Runtime - by Kuxii - 03-24-2020, 11:23 PM
RE: Objects Spawning in Runtime - by _Aka_ - 03-25-2020, 03:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Method of scattering objects along spline joebain 1 1,645 11-26-2024, 03:20 PM
Last Post: _Aka_
  making objects solid cielpandapie 1 1,547 10-18-2024, 12:17 AM
Last Post: _Aka_
  Set Volume to the Volume Controller at Runtime pako88 2 2,474 04-08-2024, 03:26 PM
Last Post: _Aka_
  Avoiding runtime GC allocations on control point position change Ell223 8 5,203 02-24-2024, 10:43 AM
Last Post: _Aka_

Forum Jump: