Add support for Unity 4.7.x

Issue #6 new
Jared Mulconry created an issue

Even with the most recent update to the Unity Package, I have to manually modify a number of files to make it support version 4.7.x.

There is one #if that is missing UNITY_4_7. There are several places where GetComponent<> is being called on an interface, which is not valid in 4.7.x. There is one place where Unity 5 fields for controlling shadowing and reflection probes are being set, which don't exist in Unity 4.7.x.

If those issue are resolved, the package seems to work perfectly fine.

Comments (3)

  1. Jared Mulconry reporter

    Hi Marc,

    I just wanted to get a status update on this issue. I noticed a recent commit that appears to address it.

    Regards

    Jared Mulconry.

  2. Marc Tanenbaum

    Hi Jared. I've fixed the HeatmapEvent itself to handle 4.7, so you can send data from all 4.x builds. The Heatmapper itself is a trickier issue. Unity is sunsetting support for 4.x. As such we never really intended to support the Heatmapper for use in 4.x and I'm not sure that's a door we want to open now.

    I'll need to confer with my team, and this will probably be resolved as either FIXED or WONTFIX in the coming weeks. Thanks again!

  3. Log in to comment