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. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
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
  Set Volume to the Volume Controller at Runtime pako88 2 10 04-08-2024, 03:26 PM
Last Post: _Aka_
  Avoiding runtime GC allocations on control point position change Ell223 8 18 02-24-2024, 10:43 AM
Last Post: _Aka_
Wink Modifying Splines at Runtime artsung 1 7 01-30-2024, 09:40 AM
Last Post: _Aka_
  Is it possible to create a road texture at runtime? artsung 1 4 01-30-2024, 09:30 AM
Last Post: _Aka_

Forum Jump: