Thormj
22 days agoExplorer
How do I "extend" the EnvRaycastVisualizer?
I hacked my extensions into the original InstantContentPlacement/Scripts/VisualizeEnvRaycast.cs attached to [BuildingBlock] RaycastVisualizer, and got it working... but don't really want it there so I can upgrade the ICP block when a new version came out (and also... messing with the building block seems to make the editor most unhappy with me).
I hit ctrl-D on the RaycastVisualizer gameobject, saved my script to a different name [and changed the class to TMJVisualizeEnvRaycast to reflect it, and unchecked the active boxes in the original assets.
But my script... now never runs... and it seems to take forever for the game to start...
Should I post the entire script here or?