Click or drag to resize
UnityPathUtils Class
Utility methods for handling URIs in Unity.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Common.UtilsUnityPathUtils

Namespace: Slash.Unity.Common.Utils
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public static class UnityPathUtils

The UnityPathUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCombine
Combines two strings into a path. Considers that Unity asset/resource paths are not accepting backslashes ('\'), but only slashes ('/'). See http://www.createdbyx.com/createdbyx/post/2013/03/18/Unity-101-Tip-57-%E2%80%93-ResourceLoadLoadAll-Gotchas.aspx for more details.
Top
See Also