Click or drag to resize

FileHelpersFixSlashesforUnity Method

Replace the '\\' with '/' so Unity does not complain

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static string FixSlashesforUnity(
	string original
)

Parameters

original
Type: SystemString

Return Value

Type: String
See Also