Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Instantiating Prefab on the spline for infinite track
#1
Hello guys! Curvy is a really impressive asset.

I am trying to add obstacles (cubes, for instance) for the player in infinite runner example scene. 
I have made the blueprint of the generator, but can't seem to add the cube object for CreateGameObjectModule through a script.
I basically can't find the syntax.

Some help, please? Any help, please?
Reply
#2
Hi,

In the scene 22_CGClonePrefabs, you can see how the Create GameObject and Input GameObjects module are used.

Here are the API references for those two classes:
https://api.curvyeditor.com/230/class_fl...bject.html
https://api.curvyeditor.com/230/class_fl...bject.html

And here are the (small) documentation for non coders:
https://curvyeditor.com/documentation/ge...redirect=1
https://curvyeditor.com/documentation/ge...redirect=1
If after having a look at all this you still have any question, please post it here and I will answer you ASAP.

Thanks and have a nice day
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Reply
#3
(08-02-2018, 10:39 AM)_Aka_ Wrote: Hi,

In the scene 22_CGClonePrefabs, you can see how the Create GameObject and Input GameObjects module are used.

Here are the API references for those two classes:
https://api.curvyeditor.com/230/class_fl...bject.html
https://api.curvyeditor.com/230/class_fl...bject.html

And here are the (small) documentation for non coders:
https://curvyeditor.com/documentation/ge...redirect=1
https://curvyeditor.com/documentation/ge...redirect=1
If after having a look at all this you still have any question, please post it here and I will answer you ASAP.

Thanks and have a nice day

Thanks for quick reply. I have checked the links and I am still confused.
In the attached image, I have highlighted the references I need to make in the script. Can you help me with the syntax?
I can't seem to get the reference of 'Serialized property' in CreateGameObject Module and likewise how to get a reference to the groups of volumespots module?


Attached Files Thumbnail(s)
   
Reply
#4
Your are looking for:
- InputGameObject.GameObjects. Each one of them has a Object property.
- BuildVolumeSpots.Groups. Each group is displayed as its own tab.
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Disable a spline's gizmo when not selected or disabled. mikechr2000 1 137 02-03-2025, 09:34 AM
Last Post: _Aka_
  Duplicate Prefab along path rickgplus 1 180 01-23-2025, 10:09 AM
Last Post: _Aka_
Information Questions regarding spline colliders and collisions with rigidbodies Spyboticer 7 507 01-20-2025, 12:25 PM
Last Post: _Aka_
  Extrude mesh along spline. New and confused user GhostStalker 3 207 01-02-2025, 09:58 AM
Last Post: _Aka_

Forum Jump: