Search Results
Post Author Forum Replies Views Posted [asc]
  Thumbs Up Thread: Severe bug with some types of Prefabs/meshes
Post: RE: Severe bug with some types of Prefabs/meshes

Hello admin, I have filed a bug report about this tangents not generating on when an executable build is created with Unity and a Unity QA dev has successfully reproduced the issue and created an ...
studentloan Curvy Splines - support forum 17 39 07-23-2022, 06:25 AM
    Thread: Delete CurvySplineSegment from the start of a Spline causes UV's to change
Post: RE: Delete CurvySplineSegment from the start of a ...

Hi, I found a way to make GameObjectToMesh beautifully without multiple generators. I simply disable autoRefresh, then I also don't refresh when I delete a segment and I refresh whenever I add a new...
studentloan Curvy Splines - support forum 5 7 06-14-2022, 12:51 PM
    Thread: Delete CurvySplineSegment from the start of a Spline causes UV's to change
Post: RE: Delete CurvySplineSegment from the start of a ...

Hi, Unfortunately I just realized I don't use the BuildVolumeMesh module, I am instead using the GameObjectToMesh and DeformMesh module and this doesn't seem to have a way to set the UVOffset that I ...
studentloan Curvy Splines - support forum 5 7 06-14-2022, 10:03 AM
    Thread: Delete CurvySplineSegment from the start of a Spline causes UV's to change
Post: RE: Delete CurvySplineSegment from the start of a ...

Thank you for your reply, I had not noticed there were 4 generators in the 51_InfiniteTrack example. I think this solution of moving generators will work well for me. Second solution is too diffi...
studentloan Curvy Splines - support forum 5 7 06-14-2022, 06:28 AM
  Brick Thread: Delete CurvySplineSegment from the start of a Spline causes UV's to change
Post: Delete CurvySplineSegment from the start of a Spli...

Hello, I am building an infinite runner and using the samples I have built a nice track that produces spline segments and the game runs well, however I want to be able to delete spline segments at...
studentloan Curvy Splines - support forum 5 7 06-13-2022, 01:14 PM
    Thread: Severe bug with some types of Prefabs/meshes
Post: RE: Severe bug with some types of Prefabs/meshes

_Aka_ Wrote: (04-23-2022, 01:42 PM) -- studentloan Wrote: (04-23-2022, 03:51 AM) -- However, I want to make mention, if I had a standard cube into the gameobject then it works, then the generation o...
studentloan Curvy Splines - support forum 17 39 04-25-2022, 11:57 AM
    Thread: Severe bug with some types of Prefabs/meshes
Post: RE: Severe bug with some types of Prefabs/meshes

Hi, For Issue A: I suspected that Unity was not generating tangents in runtime because I had changed all the tangent settings I will raise a bug report with Unity. (I do not have the original mesh to...
studentloan Curvy Splines - support forum 17 39 04-23-2022, 03:51 AM
    Thread: Severe bug with some types of Prefabs/meshes
Post: RE: Severe bug with some types of Prefabs/meshes

I have sent you the repro project in PM if you build it you'll understand what I mean, the control point is not added dynamically through script in the windows build, but it is added dynamically in th...
studentloan Curvy Splines - support forum 17 39 04-22-2022, 04:12 PM
    Thread: No demos running without exception with IL2CPP with Curvy Spline 8
Post: RE: No demos running without exception with IL2CPP...

Yes that sounds good, I haven't gotten any private message from you but I am sending you a private message with that repro project.
studentloan Curvy Splines - support forum 10 15 04-22-2022, 04:10 PM
    Thread: Severe bug with some types of Prefabs/meshes
Post: RE: Severe bug with some types of Prefabs/meshes

The project is over a few GB, so will make a repro project. Please give me 40 minutes or so. In the meanwhile if you'd like, I can explain, this exception is unnoticed but you'll notice that InsertAf...
studentloan Curvy Splines - support forum 17 39 04-22-2022, 03:16 PM
    Thread: No demos running without exception with IL2CPP with Curvy Spline 8
Post: RE: No demos running without exception with IL2CPP...

Unfortunately this quick fix results in a build error :( I've attached a screenshot, it's so weird, it says there are compiler errors, but it shows no compiler errors before the build button is click...
studentloan Curvy Splines - support forum 10 15 04-22-2022, 03:09 PM
    Thread: Severe bug with some types of Prefabs/meshes
Post: RE: Severe bug with some types of Prefabs/meshes

Unfortunately am still getting an exception even when I apply the said code change :(  I've attached a screenshot of the error Edit: btw, if I add a standard cube into the Prefab then it works but i...
studentloan Curvy Splines - support forum 17 39 04-22-2022, 02:37 PM
    Thread: Severe bug with some types of Prefabs/meshes
Post: RE: Severe bug with some types of Prefabs/meshes

Sorry I forgot to mention. Curvy version is 8.1.0 and Unity is 2020.3.33f1, thank you for the quick reply
studentloan Curvy Splines - support forum 17 39 04-22-2022, 01:54 PM
    Thread: No demos running without exception with IL2CPP with Curvy Spline 8
Post: RE: No demos running without exception with IL2CPP...

Hi Thank you for the quick reply, My Curvy version is 8.1.0 and Unity version is 2020.3.33f1
studentloan Curvy Splines - support forum 10 15 04-22-2022, 01:52 PM
  Bug Thread: Severe bug with some types of Prefabs/meshes
Post: Severe bug with some types of Prefabs/meshes

Hello,  There is an exception in DeformMesh line number 499: Code: -- Vector4 inputTangent = inputMeshTangents[sortedVertexIndex]; -- This happens on only SOME types of meshes and prefabs and...
studentloan Curvy Splines - support forum 17 39 04-22-2022, 12:55 PM
  Bug Thread: No demos running without exception with IL2CPP with Curvy Spline 8
Post: No demos running without exception with IL2CPP wi...

Hello, As the title suggests, all the demos and even a simple Curvy Spline with generator scene throws a null Exception error on ThreadPoolWorker.cs, on line 222: Code: -- private static rea...
studentloan Curvy Splines - support forum 10 15 04-22-2022, 12:01 PM
    Thread: Runtime error when using Curvy Generator with Game Object Deform
Post: RE: Runtime error when using Curvy Generator with ...

Hello, Thank you for your reply. I seem to have been able to solve the problem by enabling Read/Write  vertices in my model. I guess Curvy uses the vertices of the model for deformation and I saw th...
studentloan Curvy Splines - support forum 3 14 04-21-2022, 04:59 PM
  Exclamation Thread: Runtime error when using Curvy Generator with Game Object Deform
Post: Runtime error when using Curvy Generator with Game...

Hello, I add a game object prefab to a Curvy Generator with Game Object deform and it works fine in the editor, however in runtime, nothing renders and I get this error: [Curvy] Volume spots: N...
studentloan Curvy Splines - support forum 3 14 04-19-2022, 06:05 PM