Game Development Community

iT2D 1.5 Preview 1 - case issues with Resource manager on actual device - LOGGED (ITGB-208)

by Tim Newell · in iTorque 2D · 07/06/2011 (10:18 am) · 1 replies

Build:1.5 Preview 1
Platform: Device
Target: Device

Issue: Resource manager cannot handle multiple files with same name but different cases when ran on device. Works fine on Mac OSX and I believe as well on the simulator but I am not positive.

Step to Reproduce:
1) In a subfolder (not the same folder as a main.cs) create Main.cs
2) Execute some code that causes the resource manager to look it up (i think exec is all that needed)
2) When the resource manager tries to find it, it will return main.cs instead of Main.cs causing all kinds of issues.

Suggested Fix: N/A I just worked around it by making sure my Main.cs and Profiles.cs were renamed to all lower case and my issues with the resource manager went away.